Skip to content

Commit 16d6dfa

Browse files
committed
remove include
1 parent 670f052 commit 16d6dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hard_and.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import numpy
77
import typing
88

9-
from neurallogic import hard_and, harden, neural_logic_net, primitives, sym_gen, symbolic_primitives
9+
from neurallogic import hard_and, harden, neural_logic_net, sym_gen
1010

1111

1212
def check_consistency(soft: typing.Callable, hard: typing.Callable, expected, *args):

0 commit comments

Comments
 (0)