mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Optimize imports
This commit is contained in:
parent
aa769627bd
commit
5bc789bca3
26 changed files with 105 additions and 85 deletions
|
@ -4,16 +4,16 @@
|
|||
|
||||
import os
|
||||
import platform
|
||||
import shutil
|
||||
import subprocess
|
||||
import re
|
||||
import urllib
|
||||
import tarfile
|
||||
import shutil
|
||||
import stat
|
||||
import subprocess
|
||||
import tarfile
|
||||
import traceback
|
||||
import gh_api as github
|
||||
import urllib
|
||||
|
||||
import core
|
||||
import gh_api as github
|
||||
from core import logger
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue