Skip to content

Commit 067bb69

Browse files
authored
fix: removed resolved TODO
1 parent 043cc3c commit 067bb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aw_core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def load_config_toml(
5252
config = f.read()
5353
config_toml = tomlkit.parse(config)
5454
else:
55-
# TODO: If file doesn't exist, write with commented-out default config
55+
# If file doesn't exist, write with commented-out default config
5656
with open(config_file_path, "w") as f:
5757
f.write(_comment_out_toml(default_config))
5858
config_toml = dict()

0 commit comments

Comments
 (0)