Skip to content

Commit

Permalink
Remove the holes key, not longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Sep 19, 2024
1 parent 60dc5f3 commit 199de62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lazyslide/_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ class Key:
def tile_graph(cls, name):
return f"{name}_graph"

@classmethod
def holes(cls, name=None):
name = name or cls.tissue
return f"{name}_holes"

@classmethod
def feature(cls, name, tile_key=None):
tile_key = tile_key or cls.tiles
Expand Down

0 comments on commit 199de62

Please sign in to comment.