Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jul 13, 2024
1 parent 157b9cf commit ff53d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/adapters/osu_mirrors/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AbstractBeatmapMirror(ABC):
supported_resources: ClassVar[set[MirrorResource]]

def __init__(self, *args: Any, **kwargs: Any) -> None:
self.http_client = httpx.AsyncClient(timeout=httpx.Timeout())
self.http_client = httpx.AsyncClient()
self.weight = 0
super().__init__(*args, **kwargs)

Expand Down

0 comments on commit ff53d8b

Please sign in to comment.