Skip to content

Commit a970d3b

Browse files
committed
Removing useless pass statement.
1 parent 1bd6fce commit a970d3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pre_commit/color.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
enable_virtual_terminal_processing()
1111
except WindowsError:
1212
terminal_supports_colors = False
13-
pass
1413

1514
RED = '\033[41m'
1615
GREEN = '\033[42m'

0 commit comments

Comments
 (0)