Update changelog and clean up code

This commit is contained in:
Cristi Vîjdea
2017-12-18 14:06:31 +01:00
parent 06a461ec09
commit 6060192a89
5 changed files with 59 additions and 36 deletions
-1
View File
@@ -38,7 +38,6 @@ class EndpointEnumerator(_EndpointEnumerator):
:return: the unescaped path
:rtype: str
"""
original_path = path
clean_path = ''
while path:
match = PATH_PARAMETER_RE.search(path)