Skip to content

Commit 8b1fb62

Browse files
author
ArthurChenCoding
committed
pylint fix
1 parent 9ace1c5 commit 8b1fb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orion/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from orion.logger import SingletonLogger
1515

1616

17-
class VizData: # pylint: disable=too-few-public-methods
17+
class VizData: # pylint: disable=too-few-public-methods,too-many-instance-attributes
1818
"""Container for all data needed to visualize one test's results."""
1919

2020
def __init__(

0 commit comments

Comments
 (0)