Fix lint errors and update version info

This commit is contained in:
2022-11-01 13:22:53 +01:00
parent 8cf823e843
commit 1e83db7956
3 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
[flake8] [flake8]
exclude = .git,__init__.py exclude = .git,__init__.py
ignore = E203, W503

View File

@@ -1 +1 @@
__version__ = "0.1.1" __version__ = "0.2.0"

View File

@@ -4,7 +4,6 @@ from xlsxwriter import Workbook
from .TestBase import TestBase from .TestBase import TestBase
from ..Results import Excel from ..Results import Excel
from ..Utils import Folders from ..Utils import Folders
import benchmark.Utils
class ExcelTest(TestBase): class ExcelTest(TestBase):