perf: category order (#10087)

Co-authored-by: feng <1304903146@qq.com>
pull/10089/head
fit2bot 2023-03-28 15:04:24 +08:00 committed by GitHub
parent 3fa1b46312
commit 23b13db9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,8 +136,8 @@ class AllTypes(ChoicesMixin):
(Category.HOST, HostTypes),
(Category.DEVICE, DeviceTypes),
(Category.DATABASE, DatabaseTypes),
(Category.CLOUD, CloudTypes),
(Category.WEB, WebTypes),
(Category.CLOUD, CloudTypes)
)
@classmethod