Skip to content

Commit a1b8c78

Browse files
committed
Add OAuthScope to types init
1 parent fd61e53 commit a1b8c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webflow/oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .core.api_error import ApiError
88
from .core.jsonable_encoder import jsonable_encoder
99
from .environment import WebflowEnvironment
10-
from .types import OauthScope
10+
from .types.oauth_scope import OauthScope
1111

1212
try:
1313
import pydantic.v1 as pydantic # type: ignore

0 commit comments

Comments
 (0)