Skip to content

Commit

Permalink
Does this fix the CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jan 11, 2024
1 parent 71a88f6 commit 6b7a991
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pulsar/client/transport/tus.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def tus_upload_file(url: str, path: str) -> None:
post_response.raise_for_status()



def find_tus_endpoint(job_files_endpoint: str) -> str:
parsed = urlparse(job_files_endpoint)
job_files_url_path = parsed.path
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ paramiko
typing-extensions
pydantic-tes>=0.1.5
pyjwt
tuspy

## Uncomment if using DRMAA queue manager.
#drmaa
Expand Down

0 comments on commit 6b7a991

Please sign in to comment.