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 8a8fac8 commit 436b744Copy full SHA for 436b744
src/pipedream/client.py
@@ -4,7 +4,7 @@
4
import typing
5
6
import httpx
7
-from ._.types.project_environment import ProjectEnvironment
+from .types.project_environment import ProjectEnvironment
8
from .accounts.client import AccountsClient, AsyncAccountsClient
9
from .actions.client import ActionsClient, AsyncActionsClient
10
from .app_categories.client import AppCategoriesClient, AsyncAppCategoriesClient
src/pipedream/core/client_wrapper.py
@@ -3,7 +3,7 @@
3
-from .._.types.project_environment import ProjectEnvironment
+from ..types.project_environment import ProjectEnvironment
from .http_client import AsyncHttpClient, HttpClient
0 commit comments