Skip to content

Commit

Permalink
Update cg/services/order_validation_service/workflows/balsamic/valida…
Browse files Browse the repository at this point in the history
…tion_service.py

Co-authored-by: Isak Ohlsson Ångnell <[email protected]>
  • Loading branch information
seallard and islean authored Aug 29, 2024
1 parent 10c7d14 commit 1f81be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from cg.store.store import Store


class MicroSaltValidationService(OrderValidationService):
class BalsamicValidationService(OrderValidationService):

def __init__(self, store: Store):
self.store = store
Expand Down

0 comments on commit 1f81be3

Please sign in to comment.