Skip to content

Commit cc05a05

Browse files
committed
Removing leftover Null import from README.
1 parent d771099 commit cc05a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Running the interactive CLI is as easy as `cottontaildb-client [--port PORT] hos
1717
Example usage in scripts:
1818

1919
```python
20-
from cottontaildb_client import CottontailDBClient, Type, Literal, Null, column_def
20+
from cottontaildb_client import CottontailDBClient, Type, Literal, column_def
2121

2222
with CottontailDBClient('localhost', 1865) as client:
2323
# Create schema

0 commit comments

Comments
 (0)