Remove some obsolete imports

This commit is contained in:
croneter 2020-12-27 17:29:01 +01:00
parent 6fa19e3495
commit a77c6b81f7
2 changed files with 1 additions and 2 deletions

View file

@ -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')

View file

@ -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