mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Fix flake8 F401 imported but unused
This commit is contained in:
parent
faa378f787
commit
644a11118c
5 changed files with 7 additions and 29 deletions
|
@ -1,14 +1,8 @@
|
|||
#! /usr/bin/env python
|
||||
from __future__ import print_function
|
||||
import datetime
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
import time
|
||||
import requests
|
||||
|
||||
import core
|
||||
from core import logger, transcoder
|
||||
from core import transcoder
|
||||
|
||||
|
||||
def test_transcoder_check():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue