Skip to content
Snippets Groups Projects
Commit f6776a93 authored by julian's avatar julian
Browse files

removed funny comment that was no longer correct. BECAUSE COMMENTS LIE.

parent cdbf3709
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Query: TypeAlias = Tuple[str, Sequence[Any]]
Node: TypeAlias = Tuple[str, str, dict]
HEADER_SCHEMA: Final[bytes] = b"com.bbn.tc.schema.avro.cdm18."
NODE_TYPES: Final[dict] = {
# Python trap: Tuple with exactly one item must have trailing comma. Can you spot all 3?
# Python trap: Tuple with exactly one item must have trailing comma.
"Event": (
("is_generated_by", ("subject", "UUID")),
("affects", ("predicateObject", "UUID")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment