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
bdb692ad
Commit
bdb692ad
authored
Jun 08, 2017
by
davebshow
Browse files
removed deprecated async iterator syntax
parent
1fe3e0d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
aiogremlin/process/graph_traversal.py
View file @
bdb692ad
...
...
@@ -8,7 +8,7 @@ from gremlin_python.process import graph_traversal, traversal
class
AsyncGraphTraversal
(
graph_traversal
.
GraphTraversal
):
"""Implements async iteration protocol and updates relevant methods"""
async
def
__aiter__
(
self
):
def
__aiter__
(
self
):
return
self
async
def
__anext__
(
self
):
...
...
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