Skip to content

Commit

Permalink
Make linter happy: F811 redefinition of unused 'items'.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 17, 2023
1 parent 55406d7 commit aa47e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/z3c/form/browser/checkbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class CheckBoxWidget(widget.HTMLInputWidget, SequenceWidget):

klass = 'checkbox-widget'
css = 'checkbox'
items = ()

def isChecked(self, term):
return term.token in self.value
Expand Down

0 comments on commit aa47e9b

Please sign in to comment.