File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ def cli_logic(args_list: Sequence[str] | None = None) -> int:
2727 )
2828 parser .add_argument ('--port' , type = int , help = 'Port to run the server on, default 3001.' )
2929 parser .add_argument ('--deps' , '--dependencies' , help = 'Comma separated list of dependencies to install' )
30- parser .add_argument (
31- '--disable-networking' , action = 'store_true' , help = 'Disable networking during execution of python code'
32- )
30+ parser .add_argument ( '--disable-networking' , action = 'store_true' , help = 'Disable networking during execution of python code' )
3331 parser .add_argument ('--verbose' , action = 'store_true' , help = 'Enable verbose logging' )
3432 parser .add_argument ('--version' , action = 'store_true' , help = 'Show version and exit' )
3533 parser .add_argument (
You can’t perform that action at this time.
0 commit comments