Skip to content

Commit

Permalink
#99 Patch template-python for mypy 3
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Apr 23, 2024
1 parent 1aaa93a commit 192f0e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template-python.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def redact_configuration(config: Dict[Any, Any]) -> Dict[Any, Any]:
try:
result.pop(key)
except Exception:
continue
print(f"Could not pop {key}")
return result


Expand Down
Binary file added testdata/sqlite/G2C.db
Binary file not shown.

0 comments on commit 192f0e3

Please sign in to comment.