Skip to content

Commit

Permalink
Merge pull request #51 from singnet/senna-hotfix-6-1
Browse files Browse the repository at this point in the history
Quick fix for bug reported in #6
  • Loading branch information
andre-senna authored Dec 4, 2023
2 parents 7f3ecce + 0670025 commit a5d68c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyperon_das_atomdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .database import UNORDERED_LINK_TYPES, WILDCARD, AtomDB
from .exceptions import NodeDoesNotExistException

__all__ = ['AtomDB', 'WILDCARD', 'UNORDERED_LINK_TYPES']
__all__ = ['AtomDB', 'WILDCARD', 'UNORDERED_LINK_TYPES', 'NodeDoesNotExistException']

0 comments on commit a5d68c3

Please sign in to comment.