Skip to content

Commit

Permalink
Update proxy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-hudson committed Nov 15, 2024
2 parents 531633d + 46b3432 commit 85ab9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flight/engine/transporters/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
T = t.TypeVar("T")


class ProxystoreTransfer(AbstractTransfer):
class ProxystoreTransfer(AbstractTransporter):
def __init__(
self,
topo: Topology,
Expand Down

0 comments on commit 85ab9a4

Please sign in to comment.