mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-13 14:00:57 +02:00
gdbus-codegen: Address more black cleanups
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user