mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Removing useless pass statement.
This commit is contained in:
parent
1bd6fce7dc
commit
a970d3b69b
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ if os.name == 'nt': # pragma: no cover (windows)
|
|||
enable_virtual_terminal_processing()
|
||||
except WindowsError:
|
||||
terminal_supports_colors = False
|
||||
pass
|
||||
|
||||
RED = '\033[41m'
|
||||
GREEN = '\033[42m'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue