Skip to content

Commit 436b744

Browse files
committed
Fix compilation issues
1 parent 8a8fac8 commit 436b744

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
@@ -4,7 +4,7 @@
44
import typing
55

66
import httpx
7-
from ._.types.project_environment import ProjectEnvironment
7+
from .types.project_environment import ProjectEnvironment
88
from .accounts.client import AccountsClient, AsyncAccountsClient
99
from .actions.client import ActionsClient, AsyncActionsClient
1010
from .app_categories.client import AppCategoriesClient, AsyncAppCategoriesClient

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)