Skip to content

Commit 3eca7c0

Browse files
committed
added functools to ALLOWED_IMPORTS; see #432
1 parent f33c885 commit 3eca7c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/pyscript/const.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"datetime",
3535
"decimal",
3636
"fractions",
37+
"functools",
3738
"homeassistant.const",
3839
"isort",
3940
"json",

0 commit comments

Comments
 (0)