From 66f963e90e04ff06cc4e2243c2c7c1c5d746feaa Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 21 Sep 2020 11:48:48 +0200 Subject: [PATCH] bugfix adding re in test --- tests/test_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_endpoints.py b/tests/test_endpoints.py index a10989ac..eb38db9c 100644 --- a/tests/test_endpoints.py +++ b/tests/test_endpoints.py @@ -1,5 +1,5 @@ import datetime -import pkg_resources +import re import pytest from uuid import UUID