Skip to content

Commit

Permalink
Pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raulikak committed Apr 30, 2024
1 parent 45338f5 commit cecbd14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tcsfw/client_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def upload_file_data(self, url: str, temp_file: BinaryIO):
multipart = {"file": temp_file}
resp = requests.post(upload_url, files=multipart, headers=headers, timeout=self.timeout, verify=self.secure)
resp.raise_for_status()
return resp

def resolve_api_url(self, url: str) -> str:
"""Query server for API URL"""
Expand Down

0 comments on commit cecbd14

Please sign in to comment.