Skip to content

Commit 01e3d37

Browse files
committed
remove redundant line
1 parent db7fb70 commit 01e3d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swagger_coverage_py/uri.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ def __init__(self, host: str, base_path, unformatted_path: str, **uri_params):
44
self.formatted = base_path + unformatted_path.format(**uri_params)
55
self.full = f"{self.host}{self.formatted}"
66
self.raw = unformatted_path
7-
self.base_path = base_path
87
self.uri_params: dict = uri_params

0 commit comments

Comments
 (0)