We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c019b05 commit 04d84c3Copy full SHA for 04d84c3
examples/flash_firmware.py
@@ -9,7 +9,6 @@ def reload_modules():
9
del sys.modules[m]
10
11
for m in to_be_reloaded:
12
- print(f"Reloading {m}")
13
exec(f'import {m}')
14
15
0 commit comments