Skip to content

Commit

Permalink
adds __all__ in sksurgeryvtk/models/surface_model_loader.py (#216, #217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed May 23, 2023
1 parent eeec416 commit ce9a46e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sksurgeryvtk/models/surface_model_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

LOGGER = logging.getLogger(__name__)

# WARNING __all__ from duplicate object description of
__all__ = [
'SurfaceModelLoader'
]

class SurfaceModelLoader:
"""
Expand Down

0 comments on commit ce9a46e

Please sign in to comment.