Make MyPy happy
Compare changes
- karp authored
The argument can only be a string or None, because dateime.from_isoformat expects only a string.
+ 3
− 1
@@ -26,7 +26,9 @@ class Uuid(types.TypeDecorator):
Fixes for various type errors throw by mypy.
The argument can only be a string or None, because dateime.from_isoformat expects only a string.