Skip to content

Commit db99c2d

Browse files
committed
change rootmodel to basemodel
1 parent a0078c3 commit db99c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygeoapi/models/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
from enum import Enum
3333

34-
from pydantic import RootModel
34+
from pydantic import BaseModel
3535

3636

3737
class SupportedFormats(Enum):

0 commit comments

Comments
 (0)