LucaCappelletti94 / dict_hash

Python package to hash dictionaries using default hash, md5, sha256 and more.
MIT License
24 stars 2 forks source link

Removed unnecessary argument #7

Closed Matthias1590 closed 3 years ago

Matthias1590 commented 3 years ago

datetime.datetime inherits datetime.date, therefore isinstance(data, datetime.date) and isinstance(data, (datetime.date, datetime.datetime)) are the same.