summaryrefslogtreecommitdiff
path: root/tests/test_imports.py
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 13:53:19 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 13:53:19 +1000
commit4f7d6f5d7c2c6c682f5b1ab1e09a40c21f7562b8 (patch)
tree96bb46965f2f974559075ad75487569be8a2b947 /tests/test_imports.py
parenta5fedffab77bdb669face91c756755e83c48159a (diff)
downloadansicolor-4f7d6f5d7c2c6c682f5b1ab1e09a40c21f7562b8.tar.gz
reformat with black
Diffstat (limited to 'tests/test_imports.py')
-rw-r--r--tests/test_imports.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_imports.py b/tests/test_imports.py
index ed5f654..4b07ce6 100644
--- a/tests/test_imports.py
+++ b/tests/test_imports.py
@@ -9,6 +9,7 @@ def test_importability():
from ansicolor import yellow # noqa
from ansicolor import Colors # noqa
+
Colors.Black
Colors.Blue
Colors.Cyan