Skip to content

Conversation

@niklasmannhardt
Copy link
Owner

No description provided.

print("fourth times the charm")
client("s3", aws_secret_access_key="fakefakefake1654543717fakefake")

if 1654543717 == 1654543717:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This expression is always True: 1654543717 == 1654543717 or 1654543717 != 1654543717. If testing for floating point NaN, use math.isnan(1654543717), or cmath.isnan(1654543717) if the number is complex. (Line 21)

🔴 Fix or ignore this finding to merge your pull request.
🙈 From python.lang.correctness.useless-eqeq.useless-eqeq.

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