Skip to content

Commit d8f37fc

Browse files
committed
Add missing import to pytest
1 parent 47e46ee commit d8f37fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commercetools/contrib/pytest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import threading
2+
import time
23
import typing
34

45
import pytest
@@ -12,6 +13,7 @@
1213
@pytest.fixture(autouse=True)
1314
def reset_token_cache():
1415
from commercetools.utils import DefaultTokenSaver
16+
1517
DefaultTokenSaver.clear_cache()
1618

1719

0 commit comments

Comments
 (0)