File tree Expand file tree Collapse file tree
remove-json-keys/src/remove_json_keys/lib
translate-messages/src/translate_messages/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ def config_file(cli):
1818
1919 cli .config_filename = f'.{ cli .short_name } .config.json5'
2020 cli .config_filepath = str (Path (cli .project_root ) / cli .config_filename )
21-
2221 if not getattr (cli , 'default_file_config' , None ):
2322 cli .default_file_config = data .url .get (f'{ cli .urls .jsdelivr } /{ cli .name } /{ cli .config_filename } ' )
2423
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ def config_file(cli):
1818
1919 cli .config_filename = f'.{ cli .short_name } .config.json5'
2020 cli .config_filepath = str (Path (cli .project_root ) / cli .config_filename )
21-
2221 if not getattr (cli , 'default_file_config' , None ):
2322 cli .default_file_config = data .url .get (f'{ cli .urls .jsdelivr } /{ cli .name } /{ cli .config_filename } ' )
2423
You can’t perform that action at this time.
0 commit comments