Skip to content

Commit 0879a7e

Browse files
committed
Fix the annoying typo
1 parent 28f1c1a commit 0879a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 OAuthTokenProvider

src/pipedream/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import typing
44

55
import httpx
6-
from .._.types.project_environment import ProjectEnvironment
6+
from ..types.project_environment import ProjectEnvironment
77
from .http_client import AsyncHttpClient, HttpClient
88

99

0 commit comments

Comments
 (0)