1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-12 04:58:34 +03:00

fixed some "autoimported" by misclick modules :S

This commit is contained in:
Adolfo Gómez García 2024-02-26 17:30:36 +01:00
parent 552bdfc0cf
commit 5d21a9086a
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -30,13 +30,10 @@
Author: Adolfo Gómez, dkmaster at dkmon dot com Author: Adolfo Gómez, dkmaster at dkmon dot com
""" """
import abc import abc
from turtle import st
import typing import typing
import dataclasses import dataclasses
import collections.abc import collections.abc
from uds.core.util.ldaputil import as_dict
TypeInfoDict = dict[str, typing.Any] # Alias for type info dict TypeInfoDict = dict[str, typing.Any] # Alias for type info dict