mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-02 04:21:59 +03:00
examples: Add/fix PEP 484 type annotation
Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
committed by
Philipp Hahn
parent
5434ed53ff
commit
9cf539a2a8
@ -7,7 +7,7 @@ import os
|
||||
import libxml2
|
||||
import pdb
|
||||
|
||||
def usage():
|
||||
def usage() -> None:
|
||||
print('Usage: %s DIR' % sys.argv[0])
|
||||
print(' Save all currently running domU\'s into DIR')
|
||||
print(' DIR must exist and be writable by this process')
|
||||
|
Reference in New Issue
Block a user