Skip to content

Commit fd65a5a

Browse files
authored
Fix SyntaxWarning in pipes.py docstring for Python 3.12 (#9)
1 parent cc5fa7d commit fd65a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verdin/api/pipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def query(
292292
return QueryPipeResponse(response)
293293

294294
def get_information(self, name: str) -> GetPipeInformationResponse:
295-
"""
295+
r"""
296296
Makes a GET request to ``/v0/pipes/<name>`` endpoint, which returns the pipe information.
297297
See: https://www.tinybird.co/docs/api-reference/pipe-api#get--v0-pipes-(.+\.pipe)
298298

0 commit comments

Comments
 (0)