Skip to content

Commit 88046a0

Browse files
committed
Lint some modules
1 parent 078a7d0 commit 88046a0

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

mathics/builtin/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
MachineReal,
2222
PrecisionReal,
2323
String,
24-
ByteArrayAtom,
2524
Symbol,
2625
ensure_context,
2726
strip_context,

mathics/builtin/combinatorial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55

66

7-
import math
87
from sympy.functions.combinatorial.numbers import stirling
98
from mathics.version import __version__ # noqa used in loading to check consistency.
109

mathics/builtin/comparison.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# -*- coding: utf-8 -*-
32

43

mathics/builtin/importexport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from mathics.version import __version__ # noqa used in loading to check consistency.
88

99
from mathics.core.expression import (
10+
ByteArrayAtom,
1011
Expression,
1112
from_python,
1213
strip_context,
@@ -15,7 +16,6 @@
1516
)
1617
from mathics.builtin.base import (
1718
Builtin,
18-
ByteArrayAtom,
1919
Predefined,
2020
String,
2121
Integer,

0 commit comments

Comments
 (0)