Skip to content

Commit 2f66a16

Browse files
small change
1 parent 03cd81b commit 2f66a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/importguard/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def _parse_toml_simple(content: str) -> dict[str, Any]:
7272
if not line or line.startswith("#"):
7373
continue
7474

75+
7576
# Section header
7677
if line.startswith("[") and line.endswith("]"):
7778
section_name = line[1:-1].strip()

0 commit comments

Comments
 (0)