summaryrefslogtreecommitdiff
path: root/rdflib/term.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdflib/term.py')
-rw-r--r--rdflib/term.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/term.py b/rdflib/term.py
index a42d524a..bdfbec11 100644
--- a/rdflib/term.py
+++ b/rdflib/term.py
@@ -119,7 +119,7 @@ def _is_valid_unicode(value: Union[str, bytes]) -> bool:
return True
-class Node(object):
+class Node:
"""
A Node in the Graph.
"""