e2e: fix lint error
This commit is contained in:
parent
16c6e29801
commit
2291ae98c3
|
@ -13,6 +13,7 @@ from passbook.stages.user_write.models import UserWriteStage
|
||||||
from passbook.stages.identification.models import IdentificationStage
|
from passbook.stages.identification.models import IdentificationStage
|
||||||
from e2e.utils import apply_default_data
|
from e2e.utils import apply_default_data
|
||||||
|
|
||||||
|
|
||||||
class TestEnroll2Step(StaticLiveServerTestCase):
|
class TestEnroll2Step(StaticLiveServerTestCase):
|
||||||
"""Test 2-step enroll flow"""
|
"""Test 2-step enroll flow"""
|
||||||
|
|
||||||
|
|
Reference in New Issue