Skip to content
Snippets Groups Projects
Commit ea3045ee authored by ale's avatar ale
Browse files

Do not redefine TimeoutError by mistake

parent 2aabaab6
No related branches found
No related tags found
1 merge request!1Refactor rpc library
......@@ -56,10 +56,6 @@ class AuthenticationError(StatusError):
pass
class TimeoutError(Exception):
pass
class _DNS():
"""A process-wide cache of DNS entries."""
......
import json
import mock
from ai_web_common.rpc.test import RPCTestCase, BASE_FREE_PORT
from ai_web_common.rpc.core import BadRequestError, StatusError, TimeoutError
from ai_web_common.rpc.core import BadRequestError, StatusError
class TestRPC(RPCTestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment