Skip to content

Commit

Permalink
Move an import to its real definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 23, 2024
1 parent 3bf23a9 commit d6248b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/builtin/files_io/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from mathics.core.streams import path_search, stream_manager
from mathics.core.symbols import Symbol, SymbolFullForm, SymbolNull, SymbolTrue
from mathics.core.systemsymbols import (
SymbolEndOfFile,
SymbolFailed,
SymbolHold,
SymbolHoldExpression,
Expand All @@ -44,7 +45,6 @@
from mathics.eval.files_io.read import (
READ_TYPES,
MathicsOpen,
SymbolEndOfFile,
channel_to_stream,
close_stream,
read_from_stream,
Expand Down

0 comments on commit d6248b5

Please sign in to comment.