Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
eugen1j committed Oct 18, 2019
1 parent 69c64a8 commit ef4bcf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aioscrapy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async def fetch(self, key: KT) -> Optional[VT]:
return None


class ImageClient(Client[KT, VT]):
class ImageClient(Client[str, bytes]):
def __init__(self, session_pool: SessionPool):
self._session_pool = session_pool

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
EMAIL = "eugenij.bondar@gmail.com"
AUTHOR = "eugen1j"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.1.8"
VERSION = "0.1.9"

here = os.path.abspath(os.path.dirname(__file__))
with open(f"{here}/README.md") as f:
Expand Down

0 comments on commit ef4bcf0

Please sign in to comment.