Skip to content

Commit 3029243

Browse files
Generate runcommand
1 parent a8e19f6 commit 3029243

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

services/runcommand/src/stackit/runcommand/models/model_field.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818
import pprint
1919
from typing import Any, ClassVar, Dict, List, Optional, Set
2020

21-
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
21+
from pydantic import (
22+
BaseModel,
23+
ConfigDict,
24+
Field,
25+
StrictBool,
26+
StrictInt,
27+
StrictStr,
28+
)
2229
from typing_extensions import Self
2330

2431

0 commit comments

Comments
 (0)