Skip to content

Commit

Permalink
fix github but #80
Browse files Browse the repository at this point in the history
  • Loading branch information
keijack committed Mar 18, 2024
1 parent b5b8f95 commit 8b78a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion py_eureka_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""

version = "0.11.9"
version = "0.11.10"

"""
Status of instances
Expand Down
9 changes: 1 addition & 8 deletions py_eureka_client/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,12 @@
import gzip
import urllib.request
import urllib.error
from urllib.error import HTTPError, URLError

from typing import Union
from urllib.parse import unquote


class HTTPError(urllib.error.HTTPError):
pass


class URLError(urllib.error.URLError):
pass


"""
Default encoding
"""
Expand Down

0 comments on commit 8b78a36

Please sign in to comment.