mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Drop unused log_entry_type named tuple (31cf1127a)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user