Skip to content

Commit c98a9ba

Browse files
tochilinakzishkaz
authored andcommitted
Added 'file to module' map
1 parent b013f99 commit c98a9ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utbot-python/src/main/kotlin/org/utbot/python/newtyping/AnnotationFromMypy.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ class ExpressionTypeFromMypy(
7676
class MypyAnnotationStorage(
7777
val nodeStorage: Map<String, PythonAnnotationNode>,
7878
val definitions: Map<String, Map<String, Definition>>,
79-
val types: Map<String, List<ExpressionTypeFromMypy>>
79+
val types: Map<String, List<ExpressionTypeFromMypy>>,
80+
val fileToModule: Map<String, String>
8081
) {
8182
private fun initAnnotation(annotation: MypyAnnotation) {
8283
if (annotation.initialized)

0 commit comments

Comments
 (0)