Skip to content

Commit 23cab4e

Browse files
Fix lint
1 parent fba9576 commit 23cab4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

linodecli/baked/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def __inner(
2929
):
3030
if isinstance(entry, dict):
3131
# TODO: Figure out why this happens (openapi3 package bug?)
32+
# pylint: disable=protected-access
3233
entry = Schema(path, entry, schema._root)
3334

3435
if entry.properties is None:

linodecli/help_pages.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ def _help_group_arguments(
321321
groups = []
322322
ungrouped = []
323323

324-
# def __recurse_group(group_mapping: Dict[str, List[OpenAPIRequestArg]]) -> List[OpenAPIRequestArg]:
325-
326324
for k, group in sorted(
327325
path_to_args.items(), key=lambda a: (len(a[0]), a[0], len(a[1]))
328326
):

0 commit comments

Comments
 (0)