Skip to content

Commit

Permalink
add placeholder close method to BaseViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Nov 11, 2024
1 parent e7c2766 commit 14fcc3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glue/viewers/common/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ def add_data(self, data):

def add_subset(self, subset):
raise NotImplementedError()

def close(self):
raise NotImplementedError()

def __str__(self):
return self.LABEL
Expand Down

0 comments on commit 14fcc3e

Please sign in to comment.