Skip to content

Commit a5d710c

Browse files
committed
Sanitize the imports
1 parent b633dc6 commit a5d710c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_tag.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
from os.path import exists
22
from os.path import join
33

4+
import pytest
45
from django.conf import settings
56
from django.template import Context
67
from django.template import Template
78
from django.test import override_settings
89
from django_mermaid.templatetags import DEFAULT_THEME
910

10-
import pytest
11-
1211
try:
1312
import site
1413

0 commit comments

Comments
 (0)