chore: update to black 23 (#4482)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-02-01 14:23:37 -05:00
committed by GitHub
parent 44e9368222
commit 3efe9d4cb5
11 changed files with 13 additions and 30 deletions

View File

@@ -130,7 +130,6 @@ def test_nested():
def test_overriding_eq_reset_hash():
assert m.Comparable(15) is not m.Comparable(15)
assert m.Comparable(15) == m.Comparable(15)