Skip to content

Commit 2d9516a

Browse files
authored
Fix whitespace
1 parent c6aaf9c commit 2d9516a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
geometry | dict | Representation of the bounding box in the Box2DGeometry format.\n
5151
metadata | dict | An arbitrary metadata blob for the annotation.\n
5252
"""
53-
__version__="0.1.0"
53+
__version__ = "0.1.0"
5454

5555
import json
5656
import logging

0 commit comments

Comments
 (0)