Skip to content

Commit cab8454

Browse files
Generate edge
1 parent 49a8aca commit cab8454

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

services/edge/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8ccf08fdae6320251259ca695f1e7180eeb21275
1+
5437d8e5e9f3259c0ad0ab327b6931f72fe82187

services/edge/src/stackit/edge/api/default_api.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
from typing import Any, Dict, List, Optional, Tuple, Union
1515
from uuid import UUID
1616

17-
from pydantic import (
18-
Field,
19-
StrictFloat,
20-
StrictInt,
21-
StrictStr,
22-
validate_call,
23-
)
17+
from pydantic import Field, StrictFloat, StrictInt, StrictStr, validate_call
2418
from stackit.core.configuration import Configuration
2519
from typing_extensions import Annotated
2620

0 commit comments

Comments
 (0)