Skip to content

Commit 231acf7

Browse files
macbookmacbook
authored andcommitted
black
1 parent 3633662 commit 231acf7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

datatorch/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def delete(self):
2323
pass
2424

2525
def create(self):
26-
pass
26+
pass

datatorch/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
simplify_segmentation,
1010
)
1111

12+
__all__ = [
1213
"camel_to_snake",
1314
"snake_to_camel",
1415
"get_annotations",

0 commit comments

Comments
 (0)