Skip to content

Commit 871d77c

Browse files
author
rb@dustyfeet.conf
committed
Lint file
1 parent 163f1f1 commit 871d77c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mathics/builtin/structure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@
2323
Rational,
2424
strip_context,
2525
)
26-
from mathics.core.rules import Pattern, Rule
26+
from mathics.core.rules import Pattern
2727

2828
from mathics.builtin.lists import (
2929
python_levelspec,
3030
walk_levels,
3131
InvalidLevelspecError,
3232
List,
3333
)
34-
from mathics.builtin.functional import Identity
3534

3635
import platform
3736

0 commit comments

Comments
 (0)