Skip to content

Commit

Permalink
Merge pull request #35 from neuroforgede/2.1.0
Browse files Browse the repository at this point in the history
nit: docs
  • Loading branch information
s4ke authored Jul 27, 2023
2 parents 399d61f + 7b0b28a commit 6b04db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/compose_client/library/service/pusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@


class BasePusher:
''' Applies diff instructions of type `T` to a target location.
'''
Pushes to a target location.
The target location is always the base url of the APIClient passed during init. Supports pushing a list
of diffs. Diff instructions will always be executed in a safe order.
The target location is always the base url of the APIClient passed during init. Supports pushing lists.
'''
client: APIClient

Expand Down

0 comments on commit 6b04db9

Please sign in to comment.