Skip to content

Commit c632ea0

Browse files
committed
ci/cd: fix ruff
1 parent 9e81357 commit c632ea0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

todolists/tests/test_utils.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from django.utils.timezone import now
2-
31
import pytest
2+
from django.utils.timezone import now
43

5-
from main.models import Arch, Package, Repo
4+
from main.models import Package, Repo
65
from todolists.models import TodolistPackage
76
from todolists.utils import attach_staging, attach_testing
87

0 commit comments

Comments
 (0)