Skip to content

Commit

Permalink
reformat code/lines/imports in sksurgeryvtk/models/surface_model_load…
Browse files Browse the repository at this point in the history
…er.py (#216, #217)
  • Loading branch information
mxochicale committed May 23, 2023
1 parent ce9a46e commit 1dffba4
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 @@ -8,7 +8,9 @@

import logging
import os

import vtk

import sksurgeryvtk.models.vtk_surface_model as sm

LOGGER = logging.getLogger(__name__)
Expand All @@ -18,6 +20,7 @@
'SurfaceModelLoader'
]


class SurfaceModelLoader:
"""
Class to load VTK surface models and (optionally) associate them
Expand Down Expand Up @@ -49,6 +52,7 @@ class SurfaceModelLoader:
}
"""

def __init__(self, data, directory_prefix=None):
"""
Loads surface models and (optionally) assemblies from
Expand Down

0 comments on commit 1dffba4

Please sign in to comment.