mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 15:35:52 +00:00
Fix lint errors and update version info
This commit is contained in:
1
.flake8
1
.flake8
@@ -1,2 +1,3 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
exclude = .git,__init__.py
|
exclude = .git,__init__.py
|
||||||
|
ignore = E203, W503
|
||||||
|
@@ -1 +1 @@
|
|||||||
__version__ = "0.1.1"
|
__version__ = "0.2.0"
|
||||||
|
@@ -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):
|
||||||
|
Reference in New Issue
Block a user