Skip to content

Commit

Permalink
Fix a very, very minor formatter difference
Browse files Browse the repository at this point in the history
  • Loading branch information
borntyping committed Jan 26, 2024
1 parent 4bf59b6 commit deaea10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions colorlog/escape_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Uses colorama as an optional dependency to support color on Windows
"""

import sys

try:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ commands = pytest -v

[testenv:black]
deps = black
commands = black --check colorlog doc
commands = black --check --diff colorlog doc
skip_install = true

[testenv:flake8]
Expand Down

0 comments on commit deaea10

Please sign in to comment.