yasirarism / MissKatyPyro

A Very Useful Telegram Bot That Has Some Great Feature
https://t.me/MissKatyBot
GNU General Public License v2.0
97 stars 126 forks source link

refactor: merge `isinstance` calls #302

Closed deepsource-autofix[bot] closed 1 month ago

deepsource-autofix[bot] commented 1 month ago

You can pass a tuple of types you want to check as the second argument to isinstance. If the object matches with any of the types, it will return True else False.