Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
JamalZeynalov committed Jul 27, 2023
1 parent db7fb70 commit 01e3d37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swagger_coverage_py/uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ def __init__(self, host: str, base_path, unformatted_path: str, **uri_params):
self.formatted = base_path + unformatted_path.format(**uri_params)
self.full = f"{self.host}{self.formatted}"
self.raw = unformatted_path
self.base_path = base_path
self.uri_params: dict = uri_params

0 comments on commit 01e3d37

Please sign in to comment.