Skip to content

Commit 38bdba6

Browse files
Correct type for preferences
Co-authored-by: Jacob Tomlinson <[email protected]>
1 parent 67ac978 commit 38bdba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kr8s/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def raw(self) -> dict:
334334

335335
@property
336336
def preferences(self) -> list[dict]:
337-
return self._raw.get("preferences", {})
337+
return self._raw.get("preferences", [])
338338

339339
@property
340340
def clusters(self) -> list[dict]:

0 commit comments

Comments
 (0)