mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PY-18039 PyPackageManager#getDependents() returns @NotNull value
This commit is contained in:
@@ -62,6 +62,6 @@ public abstract class PyPackageManager {
|
||||
@Nullable
|
||||
public abstract List<PyRequirement> getRequirements(@NotNull Module module);
|
||||
|
||||
@Nullable
|
||||
@NotNull
|
||||
public abstract Set<PyPackage> getDependents(@NotNull PyPackage pkg) throws ExecutionException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user