summaryrefslogtreecommitdiffstats
path: root/tests/tz/test_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tz/test_helpers.py')
-rw-r--r--tests/tz/test_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tz/test_helpers.py b/tests/tz/test_helpers.py
index edec6fd..9402372 100644
--- a/tests/tz/test_helpers.py
+++ b/tests/tz/test_helpers.py
@@ -2,7 +2,7 @@ from __future__ import annotations
import pytest
-from pendulum.tz import timezone
+from pendulum import timezone
from pendulum.tz.exceptions import InvalidTimezone
from pendulum.tz.timezone import FixedTimezone
from pendulum.tz.timezone import Timezone