examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"

This commit is contained in:
Thomas Haller 2021-05-27 08:53:35 +02:00
parent 26f0fb0604
commit 6c919dc897
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728

View File

@ -222,7 +222,6 @@ def die_usage(msg):
def parse_args(argv):
had_dash_dash = False
args = {
"mode": MODE_GET,
"select_arg": None,