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

MAINT: Remove unused logger

parent 258a4171
Branches
Tags
2 merge requests!184Release 0.9.1,!183F improve error messages
Pipeline #55159 passed
......@@ -22,7 +22,6 @@
from __future__ import annotations
import logging
from typing import TYPE_CHECKING, Any, Optional, Union
import linkahead as db
......@@ -35,8 +34,6 @@ from .exceptions import ImpossibleMergeError
if TYPE_CHECKING:
from .identifiable import Identifiable
logger = logging.getLogger(__name__)
class TempID(int):
"""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