Skip to content

Commit 9864ed5

Browse files
committed
Remove no longer necessary pylint disable annotation
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 3059b7c commit 9864ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stratis_cli/_actions/_list_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def display(self):
231231
"""
232232

233233

234-
class Default(ListPool): # pylint: disable=too-few-public-methods
234+
class Default(ListPool):
235235
"""
236236
Handle listing the pools that are listed by default.
237237
"""

0 commit comments

Comments
 (0)