From 6c5225fdbb36ed5bc5130b03eb52c907e17338e9 Mon Sep 17 00:00:00 2001 From: codingl2k1 Date: Tue, 26 Nov 2024 16:51:31 +0100 Subject: [PATCH] Fix lint --- python/xoscar/backends/communication/dummy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/xoscar/backends/communication/dummy.py b/python/xoscar/backends/communication/dummy.py index 8b6eec8..b6a5404 100644 --- a/python/xoscar/backends/communication/dummy.py +++ b/python/xoscar/backends/communication/dummy.py @@ -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