diff options
Diffstat (limited to 'redis/commands/graph')
-rw-r--r-- | redis/commands/graph/node.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/graph/node.py b/redis/commands/graph/node.py index c5f8429..0ebe510 100644 --- a/redis/commands/graph/node.py +++ b/redis/commands/graph/node.py @@ -32,7 +32,7 @@ class Node: self.labels = label else: raise AssertionError( - "label should be either None, " "string or a list of strings" + "label should be either None, string or a list of strings" ) self.properties = properties or {} |