mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Remove unused imports, variables, and redundant parentheses
This commit is contained in:
parent
1a3b1ce4b6
commit
58d439f3eb
2 changed files with 3 additions and 10 deletions
|
@ -2,12 +2,9 @@
|
|||
# coding=utf-8
|
||||
import datetime
|
||||
import os
|
||||
import time
|
||||
import shutil
|
||||
import sys
|
||||
import core
|
||||
|
||||
from subprocess import Popen
|
||||
from core import logger, nzbToMediaDB
|
||||
from core.nzbToMediaUtil import convert_to_ascii, CharReplace, plex_update
|
||||
from core.nzbToMediaUserScript import external_script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue