Skip to content

Commit 61be278

Browse files
committed
Use consolekit to provide terminal_colours.Fore
1 parent ae76852 commit 61be278

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

flake8_dunder_all/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
from typing import Any, Generator, List, Tuple, Type, Union
3636

3737
# 3rd party
38+
from consolekit.terminal_colours import Fore
3839
from domdf_python_tools.paths import PathPlus
39-
from domdf_python_tools.terminal_colours import Fore
4040
from domdf_python_tools.utils import stderr_writer
4141

4242
# this package

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
asttokens>=1.1
2-
domdf_python_tools>=0.4.10
2+
consolekit>=0.3.1
3+
domdf-python-tools>=0.4.10
34
flake8>=3.7

0 commit comments

Comments
 (0)