Skip to content

Commit

Permalink
Merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Oct 13, 2019
1 parent 94a23c0 commit f49c088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion aiosonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
from typing import Iterator
from typing import Union
from typing import Optional
from typing import Sequence
from typing import Tuple

import chardet

Expand Down Expand Up @@ -566,4 +568,4 @@ async def request(url: str, method: str = 'GET', headers: HeadersType = None,
except ConnectTimeout:
raise
except futures._base.TimeoutError:
raise RequestTimeout()
raise RequestTimeout()
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py35,py36,py37
envlist = py36,py37
[testenv]
deps=.[test]
commands=python setup.py test

0 comments on commit f49c088

Please sign in to comment.