uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Missing argument in function call PYL-E1120
Bug risk
Critical
1 occurrence in this check
No value for argument 'results_granularity' in method call
1166    def get_earned_usage_per_day(
1167        self, start, end, customer, group_by=[], proration=None
1168    ):
1169        per_customer = self.get_usage(1170            start=start,
1171            end=end,
1172            granularity=USAGE_CALC_GRANULARITY.DAILY,