mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Fix flake8 E712 comparison to True should be 'if cond is True:' or 'if cond:'
This commit is contained in:
parent
d208798430
commit
faa378f787
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ from core import logger, transcoder
|
|||
|
||||
|
||||
def test_transcoder_check():
|
||||
assert transcoder.is_video_good(core.TEST_FILE, 0) == True
|
||||
assert transcoder.is_video_good(core.TEST_FILE, 0) is True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue