Skip to content

Commit 56e6aa1

Browse files
committed
Reformat helpers.py
1 parent b96b55e commit 56e6aa1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integration/helpers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ def get_random_region_with_caps(
212212

213213
# To filter out regions that cannot be used for the Linode resource
214214
if valid_regions:
215-
matching_region_ids = [reg for reg in matching_region_ids if reg in valid_regions]
215+
matching_region_ids = [
216+
reg for reg in matching_region_ids if reg in valid_regions
217+
]
216218

217219
return random.choice(matching_region_ids) if matching_region_ids else None
218220

0 commit comments

Comments
 (0)