Skip to content

Commit

Permalink
Merge pull request #85 from alukach/patch-1
Browse files Browse the repository at this point in the history
Don't print aiohttp version
  • Loading branch information
pnuckowski authored Jan 24, 2018
2 parents 809907d + 6f43dfc commit b16392d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aioresponses/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

try:
from yarl import URL
print(aiohttp_version)
if aiohttp_version.split('.')[:2] == ['1', '0']:
# yarl was introduced in version 1.1
raise ImportError
Expand Down

0 comments on commit b16392d

Please sign in to comment.