advanced-rest-api-lecture-codes icon indicating copy to clipboard operation
advanced-rest-api-lecture-codes copied to clipboard

typing hint in _deserialize (image.py)

Open csabaszeles opened this issue 2 years ago • 0 comments

Added type hinting for None type return as well, as PyCharm highlights it as well: -> Union[None, FileStorage]

csabaszeles avatar Jul 26 '22 14:07 csabaszeles