[python] mark package for remove using correct annotation

GitOrigin-RevId: 5930bcca8ab1bc42860e93e2b24ee9abcefe548e
This commit is contained in:
Ilya.Kazakevich
2024-03-19 15:31:09 +01:00
committed by intellij-monorepo-bot
parent c086c60c1e
commit bb08f691c0

View File

@@ -2,8 +2,6 @@
/**
* @deprecated moved to {@link com.jetbrains.python.extensions}
*/
@ApiStatus.ScheduledForRemoval
@Deprecated
@Deprecated(forRemoval = true)
package com.jetbrains.extensions;
import org.jetbrains.annotations.ApiStatus;