From 5ced59d1f2412a2540ab7222be5c77373b295aea Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 19 Oct 2019 00:24:33 +0200 Subject: [PATCH] Rewrite all network code and make it work somehow --- royalherald/response.py | 1 - 1 file changed, 1 deletion(-) diff --git a/royalherald/response.py b/royalherald/response.py index f2ed5f24..73d830bb 100644 --- a/royalherald/response.py +++ b/royalherald/response.py @@ -1,5 +1,4 @@ import typing -from .errors import ResponseError class Response: