Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit ab5adc9

Browse files
committed
style: disable QA for test expression
1 parent 9d482a5 commit ab5adc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_abstract_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def test_hash_int():
3737

3838
def test_set_collection():
3939
"""Expect that a concrete class can be collected in a set."""
40-
{ConcreteBase(), ConcreteBase(), ConcreteBase()}
40+
{ConcreteBase(), ConcreteBase(), ConcreteBase()} # noqa: B018

0 commit comments

Comments
 (0)