From 58d5a5d2d538cad2eb991557b142e57cff81c83d Mon Sep 17 00:00:00 2001 From: brian khuu Date: Sun, 21 Apr 2024 11:28:41 +1000 Subject: [PATCH] constants.py: logger no longer required --- gguf-py/gguf/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 62ab8a414..4f232e18d 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -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 #