Skip to content
Snippets Groups Projects
Commit eda87dc6 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Make fake exception class instead of None

parent efa1a152
Branches
Tags
No related merge requests found
......@@ -37,7 +37,8 @@ if TYPE_CHECKING:
try:
from aiohttp_socks import ProxyError
except ImportError:
ProxyError = None
class ProxyError(Exception):
pass
config: Config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment