mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Drop unused log_entry_type named tuple (31cf1127a)
This commit is contained in:
@@ -52,7 +52,6 @@ import json
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import types
|
import types
|
||||||
from collections import namedtuple
|
|
||||||
from collections.abc import Iterator
|
from collections.abc import Iterator
|
||||||
from logging import Handler, Logger
|
from logging import Handler, Logger
|
||||||
from types import EllipsisType
|
from types import EllipsisType
|
||||||
@@ -86,9 +85,6 @@ class ValidationError(Exception):
|
|||||||
self.attribute = attribute
|
self.attribute = attribute
|
||||||
|
|
||||||
|
|
||||||
log_entry_type = namedtuple("log_entry_type", ("level", "message", "instance", "attribute"))
|
|
||||||
|
|
||||||
|
|
||||||
class json_logger:
|
class json_logger:
|
||||||
statements: list[Statement]
|
statements: list[Statement]
|
||||||
state: State
|
state: State
|
||||||
|
|||||||
Reference in New Issue
Block a user