Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Aug 26, 2024
1 parent f880fb2 commit 99e6e9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import pathlib

import pytest
Expand Down
3 changes: 1 addition & 2 deletions tests/test_tags.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import pytest
from django.template import Context, Template

from template_simplify import dom_id
from tests.testapp.models import TodoItem
from tests.utils import assert_dom_equal
from template_simplify import dom_id

pytestmark = pytest.mark.django_db

Expand Down Expand Up @@ -70,4 +70,3 @@ def test_logic(self):
output,
'<div class="test1 test2 test3 ring-slate-900/5 dark:bg-slate-800"></div>',
)

0 comments on commit 99e6e9a

Please sign in to comment.