Separate imports of pytest and radicale

Depending on the install location of pytest this causes isort to pass or fail.
This commit is contained in:
Unrud
2017-06-16 01:04:58 +02:00
committed by Unrud
parent 7ac67cab38
commit 12dbeeecb3
2 changed files with 2 additions and 0 deletions

View File

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