PEP8 double aggressive E401

This commit is contained in:
persianpros
2021-04-14 00:13:41 +04:30
parent eca520c472
commit 9d97e44d17
7 changed files with 17 additions and 8 deletions

View File

@@ -37,7 +37,8 @@ from Plugins.Extensions.NeoBoot.files.stbbranding import fileCheck, getNeoLocati
import os
import time
import sys
import struct, shutil
import struct
import shutil
if fileExists('/etc/vtiversion.info') or fileExists('/etc/bhversion') or fileExists('/usr/lib/python3.8') and fileExists('/.multinfo'):
from Screens.Console import Console
else: