We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0078c3 commit db99c2dCopy full SHA for db99c2d
1 file changed
pygeoapi/models/openapi.py
@@ -31,7 +31,7 @@
31
32
from enum import Enum
33
34
-from pydantic import RootModel
+from pydantic import BaseModel
35
36
37
class SupportedFormats(Enum):
0 commit comments