Skip to content

Commit ec75aca

Browse files
committed
fix test_typing
1 parent e9f4956 commit ec75aca

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
11
ignore_props = ['ignored_prop']
2-
3-
custom_imports = {
4-
"*": ["import json"]
5-
}
6-
7-
def generate_style(*_):
8-
return "dict"
9-
10-
custom_props = {
11-
"*": {
12-
"obj": generate_style
13-
}
14-
}

0 commit comments

Comments
 (0)