Skip to content

Commit cb28632

Browse files
committed
refactor(api): canonicalize first argument of Backend.from_connection
1 parent b87418d commit cb28632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/backends/risingwave/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def version(self):
152152

153153
@util.experimental
154154
@classmethod
155-
def from_connection(cls, con: psycopg2.extensions.connection) -> Backend:
155+
def from_connection(cls, con: psycopg2.extensions.connection, /) -> Backend:
156156
"""Create an Ibis client from an existing connection to a PostgreSQL database.
157157
158158
Parameters

0 commit comments

Comments
 (0)