Skip to content

Commit

Permalink
rerun black to please CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aconitumnapellus committed Aug 8, 2022
1 parent e2bc4f7 commit 6b94ada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit_tests/function_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ def fake_reply(message, text):

driver.reply_to = mock.Mock(wraps=fake_reply)

f = listen_to("", allowed_channels=["off-topic"], silence_fail_msg=True)(wrapped)
f = listen_to("", allowed_channels=["off-topic"], silence_fail_msg=True)(
wrapped
)
f.plugin = ExamplePlugin().initialize(driver)

# This is fine, the names are not caps sensitive
Expand Down

0 comments on commit 6b94ada

Please sign in to comment.