Skip to content

Commit d14aca8

Browse files
committed
Remove TemporaryFileManager.setup()
1 parent 83c0955 commit d14aca8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utbot-python/src/main/kotlin/org/utbot/python/newtyping/inference/TypeInferenceProcessor.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class TypeInferenceProcessor(
4646
): List<Type> {
4747
Cleaner.restart()
4848
try {
49-
TemporaryFileManager.setup()
50-
5149
checkRequirementsAction()
5250

5351
if (!RequirementsUtils.requirementsAreInstalled(pythonPath)) {

0 commit comments

Comments
 (0)