Skip to content

Commit 89a75d3

Browse files
committed
constants.py: logger no longer required
1 parent 83a9d12 commit 89a75d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gguf-py/gguf/constants.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
from __future__ import annotations
22

3-
import logging
43
from enum import Enum, IntEnum, auto
54
from typing import Any
65

7-
logger = logging.getLogger(__name__)
8-
96
#
107
# constants
118
#

0 commit comments

Comments
 (0)