Skip to content

Commit 8e927c1

Browse files
committed
fix: py3.9 compat
1 parent c06a0e1 commit 8e927c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

djangocms_versioning/emails.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from urllib.parse import urljoin
24

35
from cms.toolbar.utils import get_object_preview_url

0 commit comments

Comments
 (0)