From ac13c7ad817f4c511bc4a7cabd5efd830fd1cc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82uszak?= Date: Fri, 4 Oct 2024 16:52:55 +0200 Subject: [PATCH] Annotation --- .../com/google/idea/blaze/python/run/BlazePyDebugRunner.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/src/com/google/idea/blaze/python/run/BlazePyDebugRunner.java b/python/src/com/google/idea/blaze/python/run/BlazePyDebugRunner.java index 64272b7a027..456974a0521 100644 --- a/python/src/com/google/idea/blaze/python/run/BlazePyDebugRunner.java +++ b/python/src/com/google/idea/blaze/python/run/BlazePyDebugRunner.java @@ -32,7 +32,6 @@ import com.jetbrains.python.debugger.PyDebugRunner; import com.jetbrains.python.run.PythonCommandLineState; import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; import org.jetbrains.concurrency.Promise; import org.jetbrains.concurrency.Promises; @@ -75,7 +74,7 @@ public boolean canRun(String executorId, RunProfile profile) { } @Override - protected @NotNull Promise<@Nullable RunContentDescriptor> execute( + protected @NotNull Promise execute( @NotNull ExecutionEnvironment environment, @NotNull RunProfileState state) throws ExecutionException { if (!(state instanceof BlazePyDummyRunProfileState)) {