Skip to content

Commit

Permalink
fix: ignore unused variables in flow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Oct 26, 2024
1 parent 9b90fe4 commit 9bb6f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/flow_plugin/flowtest_flows.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ruff: noqa: F841
from __future__ import absolute_import

from errbot import BotFlow, FlowRoot, botflow
Expand Down

0 comments on commit 9bb6f34

Please sign in to comment.