gdbus-codegen: Address more black cleanups

This commit is contained in:
Marco Trevisan (Treviño)
2023-06-30 16:25:31 +02:00
parent 1b345e411f
commit 4b05e06e1c
2 changed files with 2 additions and 3 deletions

View File

@ -119,7 +119,7 @@ def apply_annotation(iface_list, iface, method, signal, prop, arg, key, value):
def apply_annotations(iface_list, annotation_list):
# apply annotations given on the command line
for (what, key, value) in annotation_list:
for what, key, value in annotation_list:
pos = what.find("::")
if pos != -1:
# signal