Skip to content

Commit cb1c491

Browse files
committed
Fix type hinting for Py 3.9
1 parent 7624763 commit cb1c491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

djangocms_versioning/forms.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 functools import lru_cache
24

35
from django import forms

0 commit comments

Comments
 (0)