Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jun 2, 2024
1 parent 0297fca commit 24000c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strax/processors/threaded_mailbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def discarder(source):
self.mailboxes = dict(self.mailboxes)
self.log.debug(
f"Created the following mailboxes: {self.mailboxes} with the "
f"following threads: {[(d, m._threads) for d,m in self.mailboxes.items()]}"
f"following threads: {[(d, m._threads) for d, m in self.mailboxes.items()]}"
)

def iter(self):
Expand Down

0 comments on commit 24000c8

Please sign in to comment.