Skip to content

Commit

Permalink
remove unused typevar
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Sep 24, 2023
1 parent ed26545 commit e7a0dd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from typing import Optional
from typing import TYPE_CHECKING
from typing import TypedDict
from typing import TypeVar
from urllib.parse import urlparse

import psutil
Expand Down Expand Up @@ -66,9 +65,6 @@
from app.objects.channel import Channel


R = TypeVar("R")


BEATMAPS_PATH = Path.cwd() / ".data/osu"


Expand Down

0 comments on commit e7a0dd7

Please sign in to comment.