diff --git a/mathics/builtin/files_io/files.py b/mathics/builtin/files_io/files.py index 8f93b389d..c717f8054 100644 --- a/mathics/builtin/files_io/files.py +++ b/mathics/builtin/files_io/files.py @@ -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, @@ -44,7 +45,6 @@ from mathics.eval.files_io.read import ( READ_TYPES, MathicsOpen, - SymbolEndOfFile, channel_to_stream, close_stream, read_from_stream,