From 3fb65de645bf4dd1beb8e893bdaa2c4766bbd1fa Mon Sep 17 00:00:00 2001 From: David Gilman Date: Wed, 14 Dec 2022 04:18:41 -0500 Subject: Combine auto-concatenated strings (#2482) --- redis/commands/graph/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis/commands/graph/node.py') 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 {} -- cgit v1.2.1