Remove some obsolete imports
This commit is contained in:
parent
6fa19e3495
commit
a77c6b81f7
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
from logging import getLogger
|
||||
import secrets
|
||||
|
||||
from .. import utils, json_rpc as js, variables as v
|
||||
from .. import utils, json_rpc as js
|
||||
|
||||
LOG = getLogger('PLEX.connection')
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from logging import getLogger
|
||||
from json import loads
|
||||
from ssl import CERT_NONE
|
||||
|
||||
from . import backgroundthread, websocket, utils, companion, app, variables as v
|
||||
|
||||
|
|
Loading…
Reference in a new issue