diff --git a/eris/eris/tools.py b/eris/eris/tools.py index 4cd034e..fe05061 100755 --- a/eris/eris/tools.py +++ b/eris/eris/tools.py @@ -23,15 +23,15 @@ import tempfile import time import traceback +import fill3 +import lscolors import pygments import pygments.lexers import pygments.styles +import termstr import toml import eris -import fill3 -import lscolors -import termstr PYTHON_VERSION = "3.9" diff --git a/eris/eris/worker.py b/eris/eris/worker.py index 9ccc74f..c11018e 100755 --- a/eris/eris/worker.py +++ b/eris/eris/worker.py @@ -6,9 +6,10 @@ import contextlib import os import signal +import fill3 + import eris.tools as tools import eris.paged_list -import fill3 class Worker: diff --git a/eris/tests/__main___test.py b/eris/tests/__main___test.py index ecc80fe..2cf475c 100755 --- a/eris/tests/__main___test.py +++ b/eris/tests/__main___test.py @@ -11,9 +11,10 @@ import unittest os.environ["TERM"] = "xterm-256color" +import fill3 + import golden import eris.__main__ as __main__ -import fill3 _DIMENSIONS = (100, 60) diff --git a/eris/tests/tools_test.py b/eris/tests/tools_test.py index e79c538..bc0dda2 100755 --- a/eris/tests/tools_test.py +++ b/eris/tests/tools_test.py @@ -9,9 +9,10 @@ import unittest.mock os.environ["TERM"] = "xterm-256color" +import fill3 + import golden import eris.tools as tools -import fill3 os.environ["TZ"] = "GMT"