Coding style.

- Tidy up imports.
This commit is contained in:
Andrew Hamilton 2021-11-21 10:41:01 +10:00
parent 055e1fd650
commit d5fd64c42c
4 changed files with 9 additions and 6 deletions

View file

@ -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)

View file

@ -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"