Replies: 1 comment
-
@LacikIgor This behavior is because you've shadowed the name of the package in your example module - both are called import example_import
print("hi") when executing:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This might be a bug in the library or I am using the library in an incorrect way.
backoff.py:
When running the script, the print seems to have run twice:
Why?
Beta Was this translation helpful? Give feedback.
All reactions