Good day,
Is there any reason flakes8_tuple should report the last line of this code below
class ReferralsView(FormView): # !qa: D101 schema = ReferralsSchema()
buttons = (Button(name='send_invites', title='Send Invites'), )
Regards
Oscar