Skip to content

Commit

Permalink
Fixed mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 19, 2018
1 parent 126cdd5 commit 0aa75a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/execution/executors/asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def ensure_future(coro_or_future, loop=None): # type: ignore
from .asyncio_utils import asyncgen_to_observable, isasyncgen
except Exception:

def isasyncgen(obj):
def isasyncgen(object): # type: ignore
False

def asyncgen_to_observable(asyncgen, loop=None):
Expand Down

0 comments on commit 0aa75a2

Please sign in to comment.