-
-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix azure service bus isinstance checks when None #2053
Conversation
8edd7d1
to
1867154
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix!
Just fix the lint issue and we can merge 🚀
pyupgrade................................................................Passed
autoflake................................................................Passed
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
kombu/transport/azureservicebus.py:144:80: E501 line too long (109 > 79 characters)
kombu/transport/azureservicebus.py:145:80: E501 line too long (111 > 79 characters)
kombu/transport/azureservicebus.py:146:16: E111 indentation is not a multiple of 4
kombu/transport/azureservicebus.py:146:16: E117 over-indented
Strip unnecessary `# noqa`s..............................................Passed
check for merge conflicts................................................Passed
check toml...........................................(no files to check)Skipped
check yaml...............................................................Passed
mixed line ending........................................................Passed
isort....................................................................Passed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the lint errors
d187a05
to
06b8c10
Compare
06b8c10
to
9817c31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes #2045 and #1947