Skip to content

Commit 4b6ef3e

Browse files
authored
Switch to linter command
1 parent 8323391 commit 4b6ef3e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pynetdicom/_handlers.py

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

6161
LOGGER.debug(
62-
# fmt: off
6362
"{}: {} + {} -> {} -> {}".format(
6463
event.assoc.mode[0].upper(),
6564
event.current_state,
6665
event.fsm_event,
6766
event.action,
6867
event.next_state,
6968
)
70-
# fmt: on
71-
)
69+
) # noqa: UP032
7270

7371

7472
def debug_data(

0 commit comments

Comments
 (0)