Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheppsu committed Apr 21, 2024
1 parent 0a23387 commit 2953404
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions osu/results.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from dataclasses import dataclass
from typing import Dict, Optional, List, TypeVar, Type, Union
from datetime import datetime
from typing import Dict, Optional, List, TypeVar, Type


from .objects import (
Expand All @@ -18,15 +17,12 @@
ForumTopic,
Match,
NewsPost,
Notification,
Review,
UpdateStream,
UserCompact,
UserScoreAggregate,
UserSilence,
WikiPage,
)
from .enums import ObjectType, NotificationType


_T = TypeVar("_T")
Expand Down

0 comments on commit 2953404

Please sign in to comment.