Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
a45d94cd
Commit
a45d94cd
authored
Jun 08, 2017
by
davebshow
Browse files
removed extra line
parent
ee1e1162
Changes
1
Hide whitespace changes
Inline
Side-by-side
aiogremlin/process/graph_traversal.py
View file @
a45d94cd
...
@@ -4,7 +4,6 @@ from aiogremlin.remote.remote_connection import AsyncRemoteStrategy
...
@@ -4,7 +4,6 @@ from aiogremlin.remote.remote_connection import AsyncRemoteStrategy
from
gremlin_python.process
import
graph_traversal
,
traversal
from
gremlin_python.process
import
graph_traversal
,
traversal
class
AsyncGraphTraversal
(
graph_traversal
.
GraphTraversal
):
class
AsyncGraphTraversal
(
graph_traversal
.
GraphTraversal
):
"""Implements async iteration protocol and updates relevant methods"""
"""Implements async iteration protocol and updates relevant methods"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment