diff --git a/frontend/coprs_frontend/coprs/views/apiv3_ns/schema/schemas.py b/frontend/coprs_frontend/coprs/views/apiv3_ns/schema/schemas.py index ac641cc98..168746c8b 100644 --- a/frontend/coprs_frontend/coprs/views/apiv3_ns/schema/schemas.py +++ b/frontend/coprs_frontend/coprs/views/apiv3_ns/schema/schemas.py @@ -8,7 +8,7 @@ from dataclasses import dataclass, fields, asdict, MISSING from functools import cached_property -from typing import Any, Optional +from typing import Any from flask_restx.fields import String, List, Integer, Boolean, Nested, Url, Raw