Skip to content

Commit b9cde22

Browse files
committed
Deleted dupe method
1 parent ca8e6c7 commit b9cde22

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • remove-json-keys/src/remove_json_keys/lib

remove-json-keys/src/remove_json_keys/lib/init.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ def cli(caller_file):
77
settings.load(cli, caller_file)
88
return cli
99

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-
1610
def config_file(cli):
1711
if os.path.exists(cli.config_filepath):
1812
if cli.config.force:

0 commit comments

Comments
 (0)