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

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

View file

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

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"