summaryrefslogtreecommitdiff
path: root/redis/commands/graph/node.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-02-02 13:26:29 +0200
committerGitHub <noreply@github.com>2022-02-02 13:26:29 +0200
commit7ea1bf7593f72b5e23f7e4efc7890faec8a3dde5 (patch)
tree6087856103619f5260bebc9142e385c5759cba67 /redis/commands/graph/node.py
parent7f7f4f6c85c2d05e1810b512890ec42f64ffa0b3 (diff)
downloadredis-py-7ea1bf7593f72b5e23f7e4efc7890faec8a3dde5.tar.gz
Fix naming conventions (#1872)
* fix naming convention * fix worng changes
Diffstat (limited to 'redis/commands/graph/node.py')
-rw-r--r--redis/commands/graph/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/graph/node.py b/redis/commands/graph/node.py
index 47e4eeb..c5f8429 100644
--- a/redis/commands/graph/node.py
+++ b/redis/commands/graph/node.py
@@ -37,7 +37,7 @@ class Node:
self.properties = properties or {}
- def toString(self):
+ def to_string(self):
res = ""
if self.properties:
props = ",".join(