Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix black formatting from StyleCheck 625
  • Loading branch information
StoicLoofah committed Jan 31, 2022
commit 7ec12186ff6b002c4472db2bd9e4cb5077ea3564
1 change: 0 additions & 1 deletion sc2reader/scripts/sc2replayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def getch():
termios.tcsetattr(fd, termios.TCSAFLUSH, oldterm)
fcntl.fcntl(fd, fcntl.F_SETFL, oldflags)


except ImportError as e:
try:
# Oops, we might be on windows, try this one
Expand Down