Skip to content

Commit

Permalink
Remove __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthratna committed Jan 9, 2021
1 parent 0865add commit 7f24dd5
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 70 deletions.
121 changes: 61 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions viewmask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,3 @@ def insert(self, i, v):
def extend(self, other):
for x in other:
self.append(x)


__all__ = [
'utils.file_to_dask_array',
'utils.centers_of_contours',
'utils.get_stroke_color',
'utils.mask_to_contours',
'utils.centers_to_image',
'Annotations'
]

0 comments on commit 7f24dd5

Please sign in to comment.