Skip to content

Commit 67630af

Browse files
author
Touchstone64
committed
Linting corrections (trailing whitespace)
1 parent 47504f9 commit 67630af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plexapi/video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,8 +1137,8 @@ def _season(self):
11371137
""" Returns the :class:`~plexapi.video.Season` object by querying for the show's children. """
11381138
if self.grandparentKey and self.parentIndex is not None:
11391139
key = self._buildRelationKey(
1140-
f'{self.grandparentKey}/children',
1141-
excludeAllLeaves=1,
1140+
f'{self.grandparentKey}/children',
1141+
excludeAllLeaves=1,
11421142
index=self.parentIndex
11431143
)
11441144
return self.fetchItem(key)

0 commit comments

Comments
 (0)