Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Sep 26, 2024
1 parent da2c6b0 commit 74c8d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sc_keeper/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"category_id": FilterCategories.PROCESSOR,
"unit": "vCPUs",
"range_min": 1,
"range_max": 256
"range_max": 256,
},
),
]
Expand All @@ -77,7 +77,7 @@
"unit": "vCPUs",
"range_min": 1,
"range_max": 256,
"null_value": 256
"null_value": 256,
},
),
]
Expand Down

0 comments on commit 74c8d10

Please sign in to comment.