pep8 multi line imports

This commit is contained in:
Rob Weber
2019-11-25 15:48:42 -06:00
parent 92ec8bf25c
commit 35e05acaf2
9 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
import json
import xbmc, xbmcvfs
import xbmc
import xbmcvfs
from . import utils as utils
from xml.dom import minidom
from xml.parsers.expat import ExpatError