Skip to content

Commit 74ccd26

Browse files
committed
chore(tests): add missing pytest import in test_base_events
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 7628c6e commit 74ccd26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_v1_compat/test_base_events.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414

15+
import pytest
16+
1517
import cloudevents.v1.exceptions as cloud_exceptions
1618
from cloudevents.v1.sdk.event import v03, v1
1719

0 commit comments

Comments
 (0)