constants.py: logger no longer required
This commit is contained in:
parent
ad53853a39
commit
58d5a5d2d5
|
|
@ -1,11 +1,8 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
from enum import Enum, IntEnum, auto
|
||||
from typing import Any
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
#
|
||||
# constants
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue