Skip to content

Commit

Permalink
allow default _option() method
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers committed Sep 26, 2024
1 parent 0a2e4be commit 63501ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/whylogs/api/writer/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def write(
def option(self, **kwargs: Any) -> "Writer":
return self

@abstractmethod
def _option(self, **kwargs: Any) -> "Writer":
return self

Expand Down

0 comments on commit 63501ba

Please sign in to comment.