Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Jul 20, 2022
1 parent 4852c1a commit 002c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcore/http/client/base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from __future__ import annotations

from abc import ABC, abstractmethod
from abc import ABC
from logging import getLogger
from time import time
from typing import TYPE_CHECKING
Expand Down

0 comments on commit 002c23c

Please sign in to comment.