We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cd81b commit 2f66a16Copy full SHA for 2f66a16
src/importguard/config.py
@@ -72,6 +72,7 @@ def _parse_toml_simple(content: str) -> dict[str, Any]:
72
if not line or line.startswith("#"):
73
continue
74
75
+
76
# Section header
77
if line.startswith("[") and line.endswith("]"):
78
section_name = line[1:-1].strip()
0 commit comments