fix attempt for 3.9

This commit is contained in:
Lendemor 2024-11-21 13:05:42 +01:00
parent b3aa558d44
commit 6f303c0c17

View File

@ -1,5 +1,7 @@
"""Module to implement lazy loading in reflex."""
from __future__ import annotations
import copy
import lazy_loader as lazy