Skip to content

Commit eb5de50

Browse files
authored
Fix typo
1 parent 664c4b2 commit eb5de50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipedream/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import typing
77

88
import httpx
9-
from ._.types.project_environment import ProjectEnvironment
9+
from .types.project_environment import ProjectEnvironment
1010
from .core.api_error import ApiError
1111
from .core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
1212
from .core.oauth_token_provider import AsyncOAuthTokenProvider, OAuthTokenProvider

0 commit comments

Comments
 (0)