Skip to content

Commit 072b949

Browse files
Auto-format code with ruff
1 parent b54b709 commit 072b949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packet/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,4 @@ def remove_user_sig(packet_id: int, user: str) -> None:
369369
"""
370370

371371
remove_sig(packet_id, user, False)
372-
remove_sig(packet_id, user, True)
372+
remove_sig(packet_id, user, True)

0 commit comments

Comments
 (0)