Просмотр исходного кода

chore: Update comment for OrganizationStatus.VISIBLE alias (#37831)

Alberto Leal 2 лет назад
Родитель
Сommit
bf9a1f5ea8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/sentry/models/organization.py

+ 1 - 1
src/sentry/models/organization.py

@@ -36,7 +36,7 @@ class OrganizationStatus(IntEnum):
     PENDING_DELETION = 1
     DELETION_IN_PROGRESS = 2
 
-    # alias
+    # alias for OrganizationStatus.ACTIVE
     VISIBLE = 0
 
     def __str__(self):