Skip to content

Commit aa0d492

Browse files
committed
remove inaccurate comment
1 parent ee302db commit aa0d492

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sentry/utils/actor.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414

1515

1616
class ActorTuple(namedtuple("Actor", "id type")):
17-
"""
18-
This is an artifact from before we had the Actor model.
19-
We want to eventually drop this model and merge functionality with Actor
20-
This should happen more easily if we move GroupAssignee, GroupOwner, etc. to use the Actor model.
21-
"""
22-
2317
@property
2418
def identifier(self):
2519
return f"{self.type.__name__.lower()}:{self.id}"

0 commit comments

Comments
 (0)