Skip to content

Commit 8b78a36

Browse files
author
keijack
committed
fix github but #80
1 parent b5b8f95 commit 8b78a36

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

py_eureka_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
version = "0.11.9"
25+
version = "0.11.10"
2626

2727
"""
2828
Status of instances

py_eureka_client/http_client.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,12 @@
2727
import gzip
2828
import urllib.request
2929
import urllib.error
30+
from urllib.error import HTTPError, URLError
3031

3132
from typing import Union
3233
from urllib.parse import unquote
3334

3435

35-
class HTTPError(urllib.error.HTTPError):
36-
pass
37-
38-
39-
class URLError(urllib.error.URLError):
40-
pass
41-
42-
4336
"""
4437
Default encoding
4538
"""

0 commit comments

Comments
 (0)