Skip to content

Commit

Permalink
constants.py: logger no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Apr 21, 2024
1 parent 83a9d12 commit 89a75d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gguf-py/gguf/constants.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down

0 comments on commit 89a75d3

Please sign in to comment.