Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Sep 15, 2018
1 parent 6eb1cf9 commit 53f9256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/util/async_.py
Expand Up @@ -15,7 +15,7 @@


try:
asyncio_run = asyncio.run # type: ignore
asyncio_run = asyncio.run # type: ignore # pylint: disable=invalid-name
except AttributeError:
_T = TypeVar('_T')

Expand Down

0 comments on commit 53f9256

Please sign in to comment.