Fix test import

This commit is contained in:
hugovk 2017-10-17 23:14:00 +03:00
parent 2aa4dbdf88
commit 2edfc108d1

View file

@ -7,7 +7,7 @@ import unittest
from flaky import flaky
import pylast
from test_pylast import load_secrets
from .test_pylast import load_secrets
@flaky(max_runs=5, min_passes=1)