Skip to content

Commit

Permalink
add future annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Dec 11, 2024
1 parent 400d15f commit c0414ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reflex/vars/hooks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""A module for hooks-related Var."""

from __future__ import annotations

import dataclasses
import sys

Expand Down

0 comments on commit c0414ed

Please sign in to comment.