Skip to content

Commit b98ffa8

Browse files
pjonssonAriana-B
authored andcommitted
api: align argument with implementations
The two implementations have no stars, so remove the stars on the abstract method as well.
1 parent 83b22b7 commit b98ffa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubedash/index/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def put_summary(self, product_id: int, start_day, period, summary_row: dict): ..
102102
def product_summary_cols(self, product_name: str): ...
103103

104104
@abstractmethod
105-
def upsert_product_record(self, product_name: str, **fields): ...
105+
def upsert_product_record(self, product_name: str, fields): ...
106106

107107
@abstractmethod
108108
def upsert_product_regions(self, product_id: int): ...

0 commit comments

Comments
 (0)