Skip to content
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 a number of LGTM alerts #5952

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Fix a number of LGTM alerts #5952

merged 1 commit into from
Nov 20, 2020

Conversation

jleveque
Copy link
Contributor

@jleveque jleveque commented Nov 18, 2020

Fix 259 alerts reported by the LGTM tool:

  • 245 for Unused import
  • 7 for Testing equality to None
  • 5 for Duplicate key in dict literal
  • 1 for Module is imported more than once
  • 1 for Unused local variable

@jleveque jleveque self-assigned this Nov 18, 2020
@lgtm-com
Copy link

lgtm-com bot commented Nov 18, 2020

This pull request fixes 259 alerts when merging 5d7489e into b595a6e - view on LGTM.com

fixed alerts:

  • 245 for Unused import
  • 7 for Testing equality to None
  • 5 for Duplicate key in dict literal
  • 1 for Module is imported more than once
  • 1 for Unused local variable

@jleveque jleveque marked this pull request as ready for review November 20, 2020 18:39
@jleveque jleveque merged commit 2324751 into sonic-net:master Nov 20, 2020
@jleveque jleveque deleted the fix_lgtm branch November 20, 2020 18:58
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this pull request Feb 25, 2021
Fix 259 alerts reported by the LGTM tool:

- 245 for Unused import
- 7 for Testing equality to None
- 5 for Duplicate key in dict literal
- 1 for Module is imported more than once
- 1 for Unused local variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants