We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8e6c7 commit b9cde22Copy full SHA for b9cde22
1 file changed
remove-json-keys/src/remove_json_keys/lib/init.py
@@ -7,12 +7,6 @@ def cli(caller_file):
7
settings.load(cli, caller_file)
8
return cli
9
10
-def json_dir(target_dir):
11
- for root, dirs, _ in os.walk(os.getcwd()):
12
- if target_dir in dirs:
13
- return os.path.join(root, target_dir)
14
- return None
15
-
16
def config_file(cli):
17
if os.path.exists(cli.config_filepath):
18
if cli.config.force:
0 commit comments