Style: fixed trailing whitespaces and ran Black to apply formatting.

This commit is contained in:
Erwin Broekhuis 2026-03-21 12:43:11 +01:00
commit 26bc46a2f3
2 changed files with 4 additions and 4 deletions

View file

@ -57,8 +57,8 @@ class API(object):
if "People" in self.item:
self.get_people_artwork(self.item["People"])
# Define which types of people are considered "actors" in a "cast".
# Define the types of people considered "actors" in a "cast".
cast_types = ["Actor", "GuestStar"]
for person in self.item["People"]:

View file

@ -137,8 +137,8 @@ class Kodi(object):
cast_order = 1
bulk_updates = {}
# Define which types of people are considered "actors" in a "cast".
# Define the types of people considered "actors" in a "cast".
cast_types = ["Actor", "GuestStar"]
for person in people: