Skip to content

Commit 3559702

Browse files
use old callable
1 parent 7d3071e commit 3559702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
import random
88
import re
99
import string
10-
from collections.abc import Callable
1110
from typing import (
1211
TYPE_CHECKING,
1312
Any,
13+
Callable,
1414
Dict,
1515
Iterable,
1616
Optional,

0 commit comments

Comments
 (0)