advanced-rest-api-lecture-codes
advanced-rest-api-lecture-codes copied to clipboard
typing hint in _deserialize (image.py)
Added type hinting for None type return as well, as PyCharm highlights it as well: -> Union[None, FileStorage]