Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Nov 6, 2024
1 parent 7ab45b4 commit 11d5201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lemarche/utils/apis/api_brevo.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import json
import logging
import time
import sib_api_v3_sdk

from datetime import timedelta
import sib_api_v3_sdk
from django.conf import settings
from django.utils import timezone
from huey.contrib.djhuey import task
from sib_api_v3_sdk.rest import ApiException

Expand Down Expand Up @@ -120,7 +118,7 @@ def create_or_update_company(siae):

siae_brevo_company_body = sib_api_v3_sdk.Body(
name=siae.name,
attributes = {
attributes={
# default attributes
# name, owner, linked_contacts, revenue, number_of_employees, created_at, last_updated_at, next_activity_date, owner_assign_date, number_of_contacts, number_of_activities, industry # noqa
"domain": siae.website,
Expand Down

0 comments on commit 11d5201

Please sign in to comment.