Skip to content

Commit 13c1ede

Browse files
author
Diego Ardila
committed
fix pylint weirdness in 3.6
1 parent f742a36 commit 13c1ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class AnnotationTypes(Enum):
113113
POLYGON = POLYGON_TYPE
114114

115115

116-
@dataclass
116+
@dataclass # pylint: disable=R0902
117117
class BoxAnnotation(Annotation): # pylint: disable=R0902
118118
label: str
119119
x: Union[float, int]

0 commit comments

Comments
 (0)