tecladocode / advanced-rest-api-lecture-codes

Start and end codes for the lectures of our Advanced REST APIs with Flask and Python course
30 stars 73 forks source link

typing hint in _deserialize (image.py) #6

Open csabaszeles opened 2 years ago

csabaszeles commented 2 years ago

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