Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jun 13, 2023
1 parent a8e34da commit 9a3ab2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from logging import getLogger
from os import environ
from time import sleep
from typing import (
from typing import ( # noqa: F401
Any,
Callable,
Dict,
Expand All @@ -29,7 +29,7 @@
Optional,
Tuple,
Union,
) # noqa: F401
)
from typing import Sequence as TypingSequence
from typing import TypeVar
from urllib.parse import urlparse
Expand Down

0 comments on commit 9a3ab2e

Please sign in to comment.