Skip to content

Conversation

@lchlnwlls
Copy link

As of Python 3.8, using is and is not with constant literals will produce a SyntaxWarning.

thumbor-1        | /usr/lib/python3.10/site-packages/tc_aws/loaders/s3_loader.py:118: SyntaxWarning: "is not" with a literal. Did you mean "!="?
thumbor-1        |   return '/'.join([root_path, path]) if root_path is not '' else path

As of Python 3.8, using is and is not with constant literals will produce a SyntaxWarning.
@Bladrak
Copy link

Bladrak commented Aug 18, 2025

Can you rebase? CI should now be fixed.

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.

2 participants