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

Commit

Permalink
style: disable QA for test expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Dec 1, 2021
1 parent 9d482a5 commit ab5adc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_abstract_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def test_hash_int():

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

0 comments on commit ab5adc9

Please sign in to comment.