Skip to content

Commit deaea10

Browse files
committed
Fix a very, very minor formatter difference
1 parent 4bf59b6 commit deaea10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

colorlog/escape_codes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
66
Uses colorama as an optional dependency to support color on Windows
77
"""
8+
89
import sys
910

1011
try:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands = pytest -v
77

88
[testenv:black]
99
deps = black
10-
commands = black --check colorlog doc
10+
commands = black --check --diff colorlog doc
1111
skip_install = true
1212

1313
[testenv:flake8]

0 commit comments

Comments
 (0)