From 1fd286c73a335ad7f18d8eb86cfc8b4b9302958f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Wed, 9 Oct 2024 18:49:37 +0200 Subject: [PATCH] Refactor imports in REST4.py --- server/samples/REST4.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/samples/REST4.py b/server/samples/REST4.py index 277cba51c..eaa8d2b7a 100644 --- a/server/samples/REST4.py +++ b/server/samples/REST4.py @@ -34,7 +34,6 @@ import typing import collections.abc import asyncio import aiohttp -import collections.abc REST_URL: typing.Final[str] = 'http://172.27.0.1:8000/uds/rest/'