Skip to content

Commit

Permalink
fixup! AmpelArgumentParser: do not attempt to create directories on i…
Browse files Browse the repository at this point in the history
…nstantiation
  • Loading branch information
jvansanten committed Nov 30, 2024
1 parent de60f1f commit 90375e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampel/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Last Modified Date: 20.08.2022
# Last Modified By: valery brinnel <firstname.lastname@gmail.com>

from os import environ, makedirs, path
from os import environ, path

from platformdirs import user_data_dir

Expand Down

0 comments on commit 90375e2

Please sign in to comment.