We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1ebec commit a16462eCopy full SHA for a16462e
src/webflow/oauth.py
@@ -7,7 +7,7 @@
7
from .core.api_error import ApiError
8
from .core.jsonable_encoder import jsonable_encoder
9
from .environment import WebflowEnvironment
10
-from .types import OauthScope
+from .types.oauth_scope import OauthScope
11
12
try:
13
import pydantic.v1 as pydantic # type: ignore
0 commit comments