We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f052e commit 397f67eCopy full SHA for 397f67e
1 file changed
trio/tests/test_exports.py
@@ -141,4 +141,4 @@ def test_classes_are_final():
141
continue
142
# ... insert other special cases here ...
143
144
- assert isinstance(class_, (_util.Final, _util.Final))
+ assert isinstance(class_, _util.Final)
0 commit comments