Skip to content

Commit

Permalink
Apply formatting changes from black 23.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Sep 29, 2023
1 parent 3601819 commit 109e155
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/monitor_dbus_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
_EMITS_CHANGED_PROP = "org.freedesktop.DBus.Property.EmitsChangedSignal"

try:

# isort: STDLIB
import argparse
import os
Expand Down Expand Up @@ -610,7 +609,6 @@ def _check_props(object_path, ifn, old_props, new_props):
)

if new_value != old_value:

if emits_signal is EmitsChangedSignal.TRUE:
diffs.append(
DifferentProperty(object_path, ifn, key, old_value, new_value)
Expand Down

0 comments on commit 109e155

Please sign in to comment.