mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix flake8 E305 expected 2 blank lines after class or function definition, found 1
This commit is contained in:
parent
032f7456f9
commit
8e6e2d1647
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ def test_import_core_utils():
|
||||||
update_download_info_status, replace_links,
|
update_download_info_status, replace_links,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
import core
|
import core
|
||||||
from core import logger, main_db
|
from core import logger, main_db
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue