Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 28, 2024
1 parent 591d856 commit d27ff76
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ class SchedulePipelineRabbitMessage(RabbitMessageBase):
project_id: ProjectID
iteration: Iteration

def routing_key(self) -> str | None:
def routing_key( # pylint: disable=no-self-use # it's ok it's abstract
self,
) -> str | None:
return None

0 comments on commit d27ff76

Please sign in to comment.