Skip to content

Commit

Permalink
tiler: missing class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio authored and alessiamarcolini committed Sep 14, 2020
1 parent 2f898d4 commit 44e4d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/histolab/tiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

@runtime_checkable
class Tiler(Protocol):
"""General tiler object"""

level: int
tile_size: int
Expand Down

0 comments on commit 44e4d19

Please sign in to comment.