Skip to content

Commit 47504f9

Browse files
author
Touchstone64
committed
Linting corrections (too many spaces)
1 parent 1532d20 commit 47504f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ def test_video_Season_episode(show):
12041204
def test_video_Season_episodes(show):
12051205
episodes = show.season("Season 2").episodes()
12061206
assert len(episodes) >= 1
1207-
1207+
12081208

12091209
def test_video_Season_episode_guids(show):
12101210
plexapi.base.USER_DONT_RELOAD_FOR_KEYS.add('guids')
@@ -1224,7 +1224,7 @@ def test_video_Season_show_guids(show):
12241224
try:
12251225
a_show = show.season("Season 1").show()
12261226
assert a_show
1227-
assert 'tmdb://1399' in [i.id for i in a_show.guids]
1227+
assert 'tmdb://1399' in [i.id for i in a_show.guids]
12281228
finally:
12291229
plexapi.base.USER_DONT_RELOAD_FOR_KEYS.remove('guids')
12301230

0 commit comments

Comments
 (0)