Skip to content

Commit

Permalink
docs(events): remove note that's been added to the PR
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Jan 27, 2025
1 parent 07b3b27 commit 26dddd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packit_service/worker/events/gitlab/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
)
from packit_service.worker.events.gitlab.abstract import GitlabEvent

# [TODO] Reconsider renaming in a following way:
# Push → Commit
# TagPush → Tag


class Push(AddBranchPushEventToDb, GitlabEvent):
def __init__(
Expand Down

0 comments on commit 26dddd4

Please sign in to comment.