Skip to content

Commit 5f5af49

Browse files
authored
Fix type errors (#261)
First, Mypy reported a lot of issues for the tests not including `-> None` annotations. After adding them, there were lots of issues due to the `url` variables being reassigned from `str` to `DBConfig` objects, fixed by inlining the URLs into the `parse()` calls.
1 parent 8501773 commit 5f5af49

File tree

1 file changed

+153
-125
lines changed

1 file changed

+153
-125
lines changed

0 commit comments

Comments
 (0)