Fix test import
This commit is contained in:
parent
2aa4dbdf88
commit
2edfc108d1
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue