We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494d86c commit d156a69Copy full SHA for d156a69
.tools/readmes/writeme.py
@@ -18,12 +18,12 @@
18
else:
19
sys.argv.remove(NO_UPDATE_FLAG)
20
21
- # This import must remain in the main, after the update, as it depends on
22
- # importing the things that got changed during update.
23
- from typer import run
24
-
+ # This import from runner must remain in __main__, after calling update(),
+ # as it depends on things that got changed during update().
25
from runner import writeme
26
+ from typer import run
+
27
run(writeme)
28
29
from .runner import writeme
0 commit comments