Преглед на файлове

Separate imports of pytest and radicale

Depending on the install location of pytest this causes isort to pass or fail.
Unrud преди 8 години
родител
ревизия
12dbeeecb3
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      radicale/tests/test_auth.py
  2. 1 0
      radicale/tests/test_base.py

+ 1 - 0
radicale/tests/test_auth.py

@@ -26,6 +26,7 @@ import shutil
 import tempfile
 
 import pytest
+
 from radicale import Application, config
 
 from .test_base import BaseTest

+ 1 - 0
radicale/tests/test_base.py

@@ -27,6 +27,7 @@ import tempfile
 import xml.etree.ElementTree as ET
 
 import pytest
+
 from radicale import Application, config
 
 from . import BaseTest