Cleanup: remove unused import in CLI example

This commit is contained in:
Campbell Barton
2024-10-28 09:36:28 +11:00
parent 41cb811849
commit 59c52ef2cf

View File

@@ -66,8 +66,6 @@ def sysinfo_print():
def sysinfo_command(argv):
import tempfile
if argv and argv[0] == "--help":
print("Print system information & exit!")
return 0