Skip to content

Merge isinstance calls#21

Open
deepsource-runner[bot] wants to merge 2 commits into
masterfrom
deepsource-autofix-e6b01746
Open

Merge isinstance calls#21
deepsource-runner[bot] wants to merge 2 commits into
masterfrom
deepsource-autofix-e6b01746

Conversation

@deepsource-runner
Copy link
Copy Markdown

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.

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`.
This commit fixes the style issues introduced in d9c5e34 according to the output
from Black and ISort.

Details:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant