Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 6546390

Browse files
authored
fix: address lint errors that made it to main (#1299)
1 parent f02e4cd commit 6546390

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codecov_auth/admin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
from django.http import HttpRequest
1313
from django.shortcuts import redirect, render
1414
from django.utils import timezone
15-
from services.task import TaskService
16-
1715
from django.utils.html import format_html
1816
from shared.django_apps.codecov_auth.models import (
1917
Account,

0 commit comments

Comments
 (0)