uselotus / lotus

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

import module shadowed by loop variable FLK-F402
Bug risk
Major
a year agoa year old
import 'datetime' from line 1 shadowed by loop variable
 327            metric_dict = return_dict[metric.billable_metric_name]
 328            for customer_name, unique_dict in usage_summary.items():
 329                for unique_tuple, period_dict in unique_dict.items():
 330                    for datetime, qty in period_dict.items(): 331                        qty = convert_to_decimal(qty)
 332                        customer_identifier = customer_name
 333                        if len(unique_tuple) > 1: