Skip to content

Commit

Permalink
use a comma instead of 'and'
Browse files Browse the repository at this point in the history
  • Loading branch information
vivodi committed Jan 13, 2025
1 parent a9d7080 commit 46fae4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flexget/tests/test_thetvdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def test_run():
side_effect=Exception(
'Tried to expire or lookup, less then an hour since last check'
),
)
and Session() as session
),
Session() as session,
): # Ensure series is not marked as expired
mark_expired(session)
ep = (
Expand Down

0 comments on commit 46fae4f

Please sign in to comment.