summaryrefslogtreecommitdiff
path: root/tests/frontend/configuredwarning/plugins/warningb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/configuredwarning/plugins/warningb.py')
-rw-r--r--tests/frontend/configuredwarning/plugins/warningb.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/frontend/configuredwarning/plugins/warningb.py b/tests/frontend/configuredwarning/plugins/warningb.py
index d9229f0d0..64d25ef39 100644
--- a/tests/frontend/configuredwarning/plugins/warningb.py
+++ b/tests/frontend/configuredwarning/plugins/warningb.py
@@ -20,9 +20,7 @@ class WarningB(Element):
pass
def assemble(self, sandbox):
- self.warn(
- "Testing: warning-b produced during assemble", warning_token=WARNING_B
- )
+ self.warn("Testing: warning-b produced during assemble", warning_token=WARNING_B)
def setup():