Skip to content

Commit b5571b8

Browse files
committed
flake8
1 parent 22f6c6e commit b5571b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv2bufr/templates/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def index_templates() -> bool:
181181
tmpl = json.load(fh)
182182
valid_schema = False
183183
for sc in SCHEMA_VERSIONS:
184-
if sc in tmpl.get("conformsTo",[]):
184+
if sc in tmpl.get("conformsTo", []):
185185
valid_schema = True
186186
break
187187
if not valid_schema:

0 commit comments

Comments
 (0)