Skip to content
Snippets Groups Projects
Commit a753b6a1 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Remove unused logger

parent 258a4171
No related branches found
No related tags found
2 merge requests!184Release 0.9.1,!183F improve error messages
Pipeline #55159 passed
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
from __future__ import annotations from __future__ import annotations
import logging
from typing import TYPE_CHECKING, Any, Optional, Union from typing import TYPE_CHECKING, Any, Optional, Union
import linkahead as db import linkahead as db
...@@ -35,8 +34,6 @@ from .exceptions import ImpossibleMergeError ...@@ -35,8 +34,6 @@ from .exceptions import ImpossibleMergeError
if TYPE_CHECKING: if TYPE_CHECKING:
from .identifiable import Identifiable from .identifiable import Identifiable
logger = logging.getLogger(__name__)
class TempID(int): class TempID(int):
"""A special kind of int for negative temporary IDs. """A special kind of int for negative temporary IDs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment