Skip to content

Commit

Permalink
fix: don't force backends to override do_connect until 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 4, 2022
1 parent e416dcf commit 4b46973
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def reconnect(self) -> None:
"""
self.do_connect(*self._con_args, **self._con_kwargs)

@abc.abstractmethod
def do_connect(self, *args, **kwargs) -> None:
"""
Connect to database specified by args and kwargs.
Expand Down

0 comments on commit 4b46973

Please sign in to comment.