uselotus / lotus

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

Block comment should start with # FLK-E265
Style
Minor
a year agoa year old
block comment should start with '# '
 57    customer_pk = Customer.objects.filter(
 58        organization=organization, customer_id=customer_id
 59    ).first()
 60    ##put events in correct object format 61    event_obj_list = [
 62        Event(**{**event, "customer": customer_pk}) for event in events_list
 63    ]