Skip to content

Commit 5276fa6

Browse files
PrillanGraylinKim
authored andcommitted
Fix missing imports that broke some scripts
1 parent 59966c9 commit 5276fa6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sc2reader/scripts/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# import submodules
2+
import utils

sc2reader/scripts/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import argparse
2+
import re
3+
import textwrap
24

35
class Formatter(argparse.RawTextHelpFormatter):
46
"""FlexiFormatter which respects new line formatting and wraps the rest

0 commit comments

Comments
 (0)