Skip to content

Commit

Permalink
Blackify 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Jan 29, 2024
1 parent 8385eb3 commit 24fa6ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/dj_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ def main(*args):
save_method = (
"local"
if filename == "dj_local_conf.json"
else "global"
if filename is None
else "custom"
else "global" if filename is None else "custom"
)

config.save_dj_config(
Expand Down

0 comments on commit 24fa6ba

Please sign in to comment.