Skip to content

Commit

Permalink
use other callable
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-bartscher committed Sep 10, 2024
1 parent 7d3071e commit 30ded81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import random
import re
import string
from collections.abc import Callable
from typing import (
TYPE_CHECKING,
Any,
Callable,
Dict,
Iterable,
Optional,
Expand Down

0 comments on commit 30ded81

Please sign in to comment.