Skip to content

Commit a6b375d

Browse files
author
Innokenty
committed
Merge branch 'random_seed' of github.com:DaddyWesker/hyperon-experimental into random_seed
2 parents 420f917 + c5937b7 commit a6b375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hyperon/stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55
from .atoms import ExpressionAtom, E, GroundedAtom, OperationAtom, ValueAtom, NoReduceError, AtomType, MatchableObject, \
6-
G, S, Atoms, get_string_value, GroundedObject, SymbolAtom
6+
G, S, Atoms, get_string_value, GroundedObject, SymbolAtom, IncorrectArgumentError
77
from .base import Tokenizer, SExprParser
88
from .ext import register_atoms, register_tokens
99
import hyperonpy as hp

0 commit comments

Comments
 (0)