Skip to content

Commit ca69891

Browse files
Drew KaulDrew Kaul
authored andcommitted
shushed linter
1 parent c93dbf2 commit ca69891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nucleus/annotation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ def to_payload(self) -> dict:
263263
return payload
264264

265265

266-
@dataclass
267-
class CuboidAnnotation(Annotation):
266+
@dataclass # pylint: disable=R0902
267+
class CuboidAnnotation(Annotation): # pylint: disable=R0902
268268
label: str
269269
position: Point3D
270270
dimensions: Point3D

0 commit comments

Comments
 (0)