Black all the things

This commit is contained in:
Reid 'arrdem' McKenzie 2021-09-02 22:10:35 -06:00
commit 9ed2165072
31 changed files with 395 additions and 294 deletions
projects/datalog/test/python

View file

@ -2,11 +2,11 @@
from datalog.easy import read, select
from datalog.types import (
CachedDataset,
Constant,
Dataset,
PartlyIndexedDataset,
TableIndexedDataset
CachedDataset,
Constant,
Dataset,
PartlyIndexedDataset,
TableIndexedDataset,
)
import pytest
@ -194,7 +194,9 @@ def test_alternate_rule_lrec(db_cls):
"""Testing that both recursion and alternation work."""
if db_cls == Dataset:
pytest.xfail("left-recursive rules aren't supported with a trivial store and no planner")
pytest.xfail(
"left-recursive rules aren't supported with a trivial store and no planner"
)
d = read(
"""