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 fd61e53 commit a1b8c78Copy full SHA for a1b8c78
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