Skip to content

Commit

Permalink
chore: relocated helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric committed Jun 29, 2024
1 parent ea7ce2f commit 4b856ca
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion samples/python/myplugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# A fix is planned for the future, so in the mean time, we use our own http library
# derivated from sink
# https://github.com/bytecodealliance/componentize-py/issues/96
from client.req import Request, send
from helpers.client.req import Request, send

class Plugin(Plugin):
# func() -> metadata;
Expand Down

0 comments on commit 4b856ca

Please sign in to comment.