Remove obsolete import

This commit is contained in:
Croneter 2018-04-09 07:09:27 +02:00
parent 7a4997da7a
commit a53bd0f89c
1 changed files with 0 additions and 5 deletions

View File

@ -1,17 +1,12 @@
# -*- coding: utf-8 -*-
###############################################################################
from logging import getLogger
from utils import kodi_sql
import variables as v
###############################################################################
log = getLogger("PLEX."+__name__)
###############################################################################
class Get_Plex_DB():
"""