fix: drop dead code phase2 unused class (#22042)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong 2025-07-17 09:33:07 +08:00 committed by GitHub
commit d2933c2bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1 additions and 576 deletions

View file

@ -135,17 +135,6 @@ class PluginEntity(PluginInstallation):
return self
class GithubPackage(BaseModel):
repo: str
version: str
package: str
class GithubVersion(BaseModel):
repo: str
version: str
class GenericProviderID:
organization: str
plugin_name: str