Skip to content

Commit f245658

Browse files
authored
That was obvious
1 parent 8a141d5 commit f245658

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pynetdicom/_handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ def debug_fsm(event: "Event") -> None:
5959
"""Debugging handler for the FSM."""
6060

6161
LOGGER.debug(
62-
"{}: {} + {} -> {} -> {}".format(
62+
"{}: {} + {} -> {} -> {}".format( # noqa: UP032
6363
event.assoc.mode[0].upper(),
6464
event.current_state,
6565
event.fsm_event,
6666
event.action,
6767
event.next_state,
68-
) # noqa: UP032
68+
)
6969
)
7070

7171

0 commit comments

Comments
 (0)