diff --git a/server/src/uds/core/types/rest.py b/server/src/uds/core/types/rest.py index 28416ff21..84993b111 100644 --- a/server/src/uds/core/types/rest.py +++ b/server/src/uds/core/types/rest.py @@ -30,13 +30,10 @@ Author: Adolfo Gómez, dkmaster at dkmon dot com """ import abc -from turtle import st import typing import dataclasses import collections.abc -from uds.core.util.ldaputil import as_dict - TypeInfoDict = dict[str, typing.Any] # Alias for type info dict