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 f4963ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions pulsar/client/transport/tus.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
tus_client_available = True
except ImportError:
tus_client_available = False
client = None

TUS_CLIENT_UNAVAILABLE_MESSAGE = \
"You are attempting to use the Tus transport with the Pulsar client but tuspy is unavailable."
Expand Down Expand Up @@ -39,7 +38,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 f4963ec

Please sign in to comment.