Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianstirling committed Jun 20, 2024
1 parent e68c2f7 commit b4e17c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def main():
args = parser.parse_args()
if args.file_type == "py":
lint([
'generate.py',
'generate_static.py',
'nimble_orchestration',
'nimble_builder',
Expand Down
6 changes: 3 additions & 3 deletions nimble_orchestration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ def shelves(self):
"""
Return a list of the shelves assembled in this nimble rack.
Each object in the list is an instance of the Shelf object, this holds both the information on
the assembled shelf, and on the Device the shelf is for.
Each object in the list is an instance of the Shelf object,
this holds both the information on the assembled shelf, and
on the Device the shelf is for.
"""
return deepcopy(self._shelves)

Expand Down Expand Up @@ -226,4 +227,3 @@ def _generate_shelf_list(self):

height_in_u += device.height_in_u
return shelves

0 comments on commit b4e17c6

Please sign in to comment.