Skip to content

Commit

Permalink
Annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
agluszak committed Oct 4, 2024
1 parent 6ede461 commit ac13c7a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -75,7 +74,7 @@ public boolean canRun(String executorId, RunProfile profile) {
}

@Override
protected @NotNull Promise<@Nullable RunContentDescriptor> execute(
protected @NotNull Promise<RunContentDescriptor> execute(
@NotNull ExecutionEnvironment environment,
@NotNull RunProfileState state) throws ExecutionException {
if (!(state instanceof BlazePyDummyRunProfileState)) {
Expand Down

0 comments on commit ac13c7a

Please sign in to comment.