Skip to content

Commit

Permalink
Refactor Gremlin code into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
frreiss committed Feb 19, 2020
1 parent ecb5d67 commit d034573
Show file tree
Hide file tree
Showing 15 changed files with 2,033 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion pandas_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
from pandas_text.token_span import *

# Bring special Gremlin symbols up to the top-level scope
from pandas_text.gremlin import __
from pandas_text.gremlin.traversal.underscore import __
Loading

0 comments on commit d034573

Please sign in to comment.