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 d771099 commit cc05a05Copy full SHA for cc05a05
README.md
@@ -17,7 +17,7 @@ Running the interactive CLI is as easy as `cottontaildb-client [--port PORT] hos
17
Example usage in scripts:
18
19
```python
20
-from cottontaildb_client import CottontailDBClient, Type, Literal, Null, column_def
+from cottontaildb_client import CottontailDBClient, Type, Literal, column_def
21
22
with CottontailDBClient('localhost', 1865) as client:
23
# Create schema
0 commit comments