Skip to content

Commit 8fe9b8e

Browse files
author
Jeroen van der Heijden
committed
Fixed unused import in example
1 parent 83fb5f9 commit 8fe9b8e

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
@@ -588,7 +588,7 @@ be confused with the default Python Enum class.
588588
```python
589589
import asyncio
590590
from thingsdb.client import Client
591-
from thingsdb.model import Collection, Thing, ThingStrict, Enum
591+
from thingsdb.model import Collection, Thing, Enum
592592

593593

594594
class Color(Enum):

0 commit comments

Comments
 (0)