We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e81357 commit c632ea0Copy full SHA for c632ea0
1 file changed
todolists/tests/test_utils.py
@@ -1,8 +1,7 @@
1
-from django.utils.timezone import now
2
-
3
import pytest
+from django.utils.timezone import now
4
5
-from main.models import Arch, Package, Repo
+from main.models import Package, Repo
6
from todolists.models import TodolistPackage
7
from todolists.utils import attach_staging, attach_testing
8
0 commit comments