Skip to content

Commit

Permalink
chore(sigcheck): ignore from_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Aug 21, 2024
1 parent a574c92 commit 082f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_signatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ibis.backends.sql import SQLBackend
from ibis.backends.tests.signature.typecheck import compatible

SKIP_METHODS = ["do_connect"]
SKIP_METHODS = ["do_connect", "from_connection"]


def _scrape_methods(modules):
Expand Down

0 comments on commit 082f519

Please sign in to comment.