This commit is contained in:
Reid 'arrdem' McKenzie 2021-05-31 12:28:46 -06:00
commit 03b37675b5
32 changed files with 193 additions and 169 deletions

View file

@ -2,13 +2,13 @@
from datalog.easy import read, select
from datalog.types import (
CachedDataset,
Constant,
Dataset,
LVar,
PartlyIndexedDataset,
Rule,
TableIndexedDataset,
CachedDataset,
Constant,
Dataset,
LVar,
PartlyIndexedDataset,
Rule,
TableIndexedDataset
)
import pytest

View file

@ -2,9 +2,10 @@
Reader tests.
"""
from datalog.reader import read
import pytest
from datalog.reader import read
EXS = [
"%foo\n",