Skip to content

Commit

Permalink
Fix import of Protocol
Browse files Browse the repository at this point in the history
Thanks VS Code, I guess.
  • Loading branch information
bmario committed Dec 21, 2021
1 parent 2c13f09 commit 3085067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aiocouch/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
from contextlib import suppress
from typing import Any, Callable, Dict, NoReturn, Optional, Type, TypeVar, cast

import aiohttp
from typing_extensions import Protocol

import aiohttp


class Endpoint(Protocol):
@property
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ setup_requires =
install_requires =
aiohttp ~= 3.0
Deprecated
typing-extensions

[options.package_data]
aiocouch = py.typed
Expand Down

0 comments on commit 3085067

Please sign in to comment.