Skip to content

Commit 0315265

Browse files
committed
Linting.
1 parent fd34c2f commit 0315265

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/test_terminal_colours.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# this package
12
from consolekit import terminal_colours
23

34

tests/test_terminal_colours_colorama.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
# 3rd party
3434
import pytest
3535
from colorama.ansitowin32 import AnsiToWin32 # type: ignore
36-
37-
# this package
3836
from domdf_python_tools.terminal_colours import Back, Fore, Style
3937

4038
stdout_orig = sys.stdout

tests/test_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# stdlib
12
import sys
23

4+
# this package
35
from consolekit.utils import overtype
46

57

@@ -35,4 +37,3 @@ def test_overtype(capsys):
3537
captured = capsys.readouterr()
3638
stderr = captured.err.split("\n")
3739
assert stderr == ["Waiting...\rfoo bar"]
38-

0 commit comments

Comments
 (0)