We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5ad72 commit e3bec41Copy full SHA for e3bec41
cottontaildb_client/cottontaildb_cli.py
@@ -152,7 +152,7 @@ def format_response(response) -> str:
152
return response.__repr__()
153
154
155
-def format_as_table(dict_list : List[Dict]) -> str:
+def format_as_table(dict_list: List[Dict]) -> str:
156
"""Formats a list of dictionaries as a table.
157
158
@param dict_list: The list of dictionaries to format.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = cottontaildb-client
3
-version = 0.14.1
+version = 0.14.2
4
author = Florian Spiess
5
author_email = [email protected]
6
description = A Cottontail DB gRPC client.
0 commit comments