Forget to import uuid

This commit is contained in:
2026-02-18 20:34:27 +03:00
parent facf4ceade
commit 5211c6ed72
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "turbosloth"
version = "0.1.0.post1"
version = "0.1.0.post2"
description = "ASGI REST framework for lazy devs"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }

View File

@@ -7,6 +7,7 @@ from mypy.checkpattern import defaultdict
from turbosloth.doc.openapi_models import Info, Server, PathItem, Components, SecurityRequirement, Tag, \
ExternalDocumentation, Parameter, RequestBody, Operation, Response, OpenAPI, Schema, Reference, SchemaType
from turbosloth.internal_types import MethodType
import uuid
def resolve_type(tp):