Coding style.
- Tidy up imports.
This commit is contained in:
parent
055e1fd650
commit
d5fd64c42c
4 changed files with 9 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue