Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 6b52ce9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)