-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
chore: Remove unused imports #6896
Conversation
This pull request fixes 9 alerts when merging c5d02f5 into 3a8ff13 - view on LGTM.com fixed alerts:
|
tests/hook_main.py
Outdated
@@ -13,7 +13,7 @@ | |||
from app.models import db | |||
from app.models.user import OWNER | |||
from app.models.user_token_blacklist import ( | |||
UserTokenBlackListTime, | |||
UserTokenBlackListTime, |
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.
Black would make changes.
trailing whitespace
Codecov Report
@@ Coverage Diff @@
## development #6896 +/- ##
===============================================
- Coverage 66.34% 66.32% -0.02%
===============================================
Files 308 308
Lines 15330 15321 -9
===============================================
- Hits 10171 10162 -9
Misses 5159 5159
Continue to review full report at Codecov.
|
This pull request fixes 8 alerts when merging 1463fc2 into 3a8ff13 - view on LGTM.com fixed alerts:
|
No description provided.