This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-29 22:35:10 -06:00
commit 3a1ffe6d6a
21 changed files with 74 additions and 97 deletions
projects/datalog/test/python

View file

@ -5,9 +5,7 @@ from datalog.types import (
CachedDataset,
Constant,
Dataset,
LVar,
PartlyIndexedDataset,
Rule,
TableIndexedDataset
)