Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codingl2k1 committed Nov 26, 2024
1 parent df69bd7 commit 6c5225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/xoscar/backends/communication/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import concurrent.futures as futures
import logging
import weakref
from typing import Any, Callable, Coroutine, Dict, Type, Optional
from typing import Any, Callable, Coroutine, Dict, Optional, Type
from urllib.parse import urlparse

from ...errors import ServerClosed
Expand Down

0 comments on commit 6c5225f

Please sign in to comment.