Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lylebarner committed Mar 20, 2024
1 parent a32f53c commit 1b8b749
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion scrub/targets/scrub_gui/do_scrub_gui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import re
import pathlib
import logging
import traceback
Expand Down
4 changes: 0 additions & 4 deletions scrub/utils/scrub_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@ def parse_common_configs(user_conf_file, raw_override_values, scrub_keys=[]):
scrub_init_data = configparser.ConfigParser()
scrub_init_data.read(scrub_init_path)

# Set the keys, if necessary
# if not scrub_keys:
# scrub_keys = scrub_init_data.sections()

# Convert to a dictionary
for key in scrub_init_data.sections():
scrub_conf_data.update(dict(scrub_init_data.items(key)))
Expand Down

0 comments on commit 1b8b749

Please sign in to comment.