Run black

This commit is contained in:
Filip Kucharczyk 2019-12-03 09:03:49 +01:00
parent f7f0e10d4d
commit 3f75f30f26

View File

@ -407,5 +407,6 @@ class TestQ(unittest.TestCase):
def test_combine_or_both_empty(self): def test_combine_or_both_empty(self):
assert Q() | Q() == Q() assert Q() | Q() == Q()
if __name__ == "__main__": if __name__ == "__main__":
unittest.main() unittest.main()