Skip to content

Commit

Permalink
We will never hit this
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Nov 5, 2018
1 parent 816e5c3 commit 8135f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_client/api_asyncio.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

if sys.version_info < (3, 5):
raise ValueError("The asyncio version of the api is only supported on Python 3.5+")
raise ValueError("The asyncio version of the api is only supported on Python 3.5+") # pragma: nocover
else:
from ._api_asyncio import AsyncHTTPAPI

Expand Down

0 comments on commit 8135f23

Please sign in to comment.