Skip to content

Commit b5cd2a1

Browse files
fix: no more magic
1 parent 05cfdff commit b5cd2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brownie/_cli/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
def main():
36-
args = docopt(__doc__, more_magic=True)
36+
args = docopt(__doc__)
3737
_update_argv_from_docopt(args)
3838

3939
active_project = None

0 commit comments

Comments
 (0)