Fix LSP error in UtcDateTime#process_bind_param
According to mypy the previous annotation violated the LSP. We now use the types of the supertype method and return a datetime object only if the argument was a datetime-object.
Loading
Please register or sign in to comment