Skip to content

Commit 98d9e24

Browse files
authored
Update scripts/microgenerator/generate.py
1 parent b204300 commit 98d9e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/microgenerator/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import ast
2626
import os
2727
from collections import defaultdict
28-
from typing import List, Dict, Any, Iterator
28+
from typing import List, Dict, Any
2929

3030
from . import utils
3131

0 commit comments

Comments
 (0)