Skip to content

Commit f8056b2

Browse files
committed
[Fix] Fix unused import #204
Removed unused import of subprocess intended to be used in new test, mock.patch will find the module on its own using the string path. Fixes #204
1 parent df0d380 commit f8056b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_x509/tests/test_cert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import subprocess
21
from datetime import datetime, timedelta
32
from datetime import timezone as dt_timezone
43
from unittest import mock

0 commit comments

Comments
 (0)