mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-07 13:41:12 -07:00
Fix flake8 E302 expected 2 blank lines, found 1
This commit is contained in:
parent
a571fc3122
commit
032f7456f9
2 changed files with 9 additions and 0 deletions
|
@ -10,5 +10,6 @@ import requests
|
|||
import core
|
||||
from core import logger, transcoder
|
||||
|
||||
|
||||
def test_transcoder_check():
|
||||
assert transcoder.is_video_good(core.TEST_FILE, 0) == True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue