Skip to content

Commit bbc4c12

Browse files
committed
Remove test code; stop importing namedtuple
1 parent cbecf23 commit bbc4c12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rdflib/plugins/shared/jsonld/context.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# https://github.com/RDFLib/rdflib-jsonld/blob/feature/json-ld-1.1/rdflib_jsonld/context.py
66
from __future__ import annotations
77

8-
from collections import namedtuple
98
from collections.abc import Collection, Generator
109
from typing import (
1110
TYPE_CHECKING,
@@ -717,5 +716,3 @@ class Term(NamedTuple):
717716
#: If true, marks the term as protected, meaning it cannot be overridden by a subcontext.
718717
#: See https://www.w3.org/TR/json-ld11/#protected-term-definitions
719718
protected: bool = False
720-
721-
Context.terms

0 commit comments

Comments
 (0)