Drop unused log_entry_type named tuple (31cf1127a)

This commit is contained in:
Andrej730
2026-08-03 18:01:04 +05:00
parent f457048285
commit 2fe177885e
@@ -52,7 +52,6 @@ import json
import os
import sys
import types
from collections import namedtuple
from collections.abc import Iterator
from logging import Handler, Logger
from types import EllipsisType
@@ -86,9 +85,6 @@ class ValidationError(Exception):
self.attribute = attribute
log_entry_type = namedtuple("log_entry_type", ("level", "message", "instance", "attribute"))
class json_logger:
statements: list[Statement]
state: State