Skip to content

Commit 4c6fa8c

Browse files
authored
Fix typo
1 parent eb5de50 commit 4c6fa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)