Skip to content

Commit

Permalink
Remove arg
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jan 14, 2025
1 parent fa888ff commit 3ff650d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synapseclient/models/mixins/asynchronous_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
class AsynchronousCommunicator:
"""Mixin to handle communication with the Synapse Asynchronous Job service."""

concrete_type: str

def to_synapse_request(self) -> None:
"""Converts the request to a request expected of the Synapse REST API."""
raise NotImplementedError("to_synapse_request must be implemented.")
Expand Down

0 comments on commit 3ff650d

Please sign in to comment.