We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efce998 commit 17dee7dCopy full SHA for 17dee7d
src/promplate_pyodide/__init__.py
@@ -23,8 +23,6 @@ async def afetch(cls, url: str, **kwargs):
23
24
return obj
25
26
- from .utils.stack_switching import stack_switching_supported
27
-
28
if stack_switching_supported():
29
30
@classmethod
0 commit comments