Browse Source

chore(py): Remove unused TeamStatus.VISIBLE (#48897)

There are no usages of this after 1ab1775fd5 and 4366e06176
Evan Purkhiser 1 year ago
parent
commit
51888d3b67
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/sentry/models/team.py

+ 0 - 3
src/sentry/models/team.py

@@ -127,9 +127,6 @@ class TeamStatus:
     PENDING_DELETION = 1
     DELETION_IN_PROGRESS = 2
 
-    # Deprecated. Do not use
-    VISIBLE = 0
-
 
 @region_silo_only_model
 class Team(Model, SnowflakeIdMixin):