Skip to content

Commit c8b771f

Browse files
committed
fix: Python 3.9 support for plugin_tag.py
1 parent fc7cd5e commit c8b771f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

djangocms_frontend/plugin_tag.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
import copy
24
import importlib
35
import warnings

0 commit comments

Comments
 (0)