-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work on newer version. #22
Comments
Is this why simple examples fail on Python 3.10? This for instance: import ideas
def my_transform(source, **_kwargs):
return source
def add_hook(**_kwargs):
hook = ideas.import_hook.create_hook(transform_source=my_transform)
return hook my_var = "test value"
|
Relevant versions:
|
No, never mind, that's because an |
Try to upload the newest version (0.1.4) - just uploaded to pypi.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goals for new version:
*kwargs
to future-proofing transformers.unparse
by default.The text was updated successfully, but these errors were encountered: