Skip to content

Commit 6b52ce9

Browse files
committed
Get rid of unnecessary import
1 parent 92ef6d0 commit 6b52ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recnetpy/dataclasses/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
if TYPE_CHECKING:
88
from . import Event, Image, Room
9-
from ..misc.api_responses import AccountResponse, ProgressionResponse, BioResponse, RoomResponse
9+
from ..misc.api_responses import AccountResponse, ProgressionResponse, BioResponse
1010
from ..rest import Response
1111

1212

0 commit comments

Comments
 (0)