formatting storm

This commit is contained in:
Joel Falknau
2024-09-13 23:10:37 +10:00
parent ec5cf08eef
commit a99315ea55
336 changed files with 1347 additions and 1370 deletions

View File

@@ -2,12 +2,9 @@ import requests_mock
from django.test.utils import override_settings
from allianceauth.analytics.tasks import (
analytics_event,
send_ga_tracking_celery_event)
from allianceauth.analytics.tasks import analytics_event, send_ga_tracking_celery_event
from allianceauth.utils.testing import NoSocketsTestCase
GOOGLE_ANALYTICS_DEBUG_URL = 'https://www.google-analytics.com/debug/mp/collect'