Skip to content

Commit f699d56

Browse files
author
Diego Ardila
committed
refix black oops
1 parent 13c1ede commit f699d56

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 # pylint: disable=R0902
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)