Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Jul 15, 2023
1 parent 686ebe5 commit 74594d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ruff: noqa: E501
from twscrape.utils import parse_cookies


Expand Down
3 changes: 2 additions & 1 deletion twscrape/api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ruff: noqa: F405
from httpx import Response

from .accounts_pool import AccountsPool
from .constants import *
from .constants import * # noqa: F403
from .logger import set_log_level
from .models import Tweet, User, get_tweets, get_users
from .queue_client import QueueClient
Expand Down

0 comments on commit 74594d0

Please sign in to comment.