hubmapconsortium/portal-visualization

Tighten signature

Opened this issue · 0 comments

We had a bad kwarg:

... but didn't notice it because we were just wildcarding:

    @abstractmethod
    def get_conf_cells(self, **kwargs):
  • Make marker and explict kwarg everywhere.
  • If it's supplied to a constructor that doesn't want it, throw an error.