Skip to content

Commit

Permalink
Merge pull request #286 from fbrousse/patch-2
Browse files Browse the repository at this point in the history
Fix missing import method for payload

increments #patch
  • Loading branch information
jekkel authored May 24, 2023
2 parents 72336e6 + 5ae00fb commit a3547ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidecar.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from helpers import REQ_RETRY_TOTAL, REQ_RETRY_CONNECT, REQ_RETRY_READ, REQ_RETRY_BACKOFF_FACTOR
from logger import get_logger
from resources import list_resources, watch_for_changes
from resources import list_resources, watch_for_changes, prepare_payload

METHOD = "METHOD"
UNIQUE_FILENAMES = "UNIQUE_FILENAMES"
Expand Down

0 comments on commit a3547ab

Please sign in to comment.