Skip to content

Commit

Permalink
fixup!: rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraber committed Sep 19, 2024
1 parent 5387901 commit 86128a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion kobo/apps/audit_log/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
from importlib.metadata import metadata

from django.conf import settings
from django.contrib.auth.models import AnonymousUser
Expand Down
3 changes: 0 additions & 3 deletions kobo/apps/audit_log/tests/api/v2/test_api_audit_log.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from datetime import datetime, timedelta
from unittest.mock import Mock, patch

from django.contrib.auth import get_user_model
from django.utils import timezone
Expand All @@ -8,12 +7,10 @@

from kobo.apps.audit_log.models import (
AccessLog,
AccessLogManager,
AuditAction,
AuditLog,
AuditType,
)
from kobo.apps.audit_log.serializers import AuditLogSerializer
from kobo.apps.audit_log.tests.test_signals import skip_login_access_log
from kobo.apps.kobo_auth.shortcuts import User
from kpi.constants import (
Expand Down

0 comments on commit 86128a5

Please sign in to comment.