Skip to content

Commit 2c227b4

Browse files
committed
again
1 parent 430be40 commit 2c227b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

callscript/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from callscript import modify_code
66

77

8-
def main(args: List[str] = None):
8+
def main(args = None):
99
parser = ArgumentParser(description="Extract Script into a Module using Comment Tags")
1010
parser.add_argument('script', help="Path to the script")
1111

0 commit comments

Comments
 (0)