Skip to content

Commit 8d5b8a5

Browse files
MrButtCodecanihavesomecoffee
authored andcommitted
fix(ci): restore unittest mock import for existing cloud storage tests
1 parent 97023eb commit 8d5b8a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import warnings
55
from collections import namedtuple
66
from contextlib import contextmanager
7+
from unittest import mock
78

89
from flask import g
910
from flask_testing import TestCase

0 commit comments

Comments
 (0)