Coding style.
- Tidy up imports.
This commit is contained in:
parent
055e1fd650
commit
d5fd64c42c
4 changed files with 9 additions and 6 deletions
|
|
@ -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