Skip to content

Commit

Permalink
remove unnecessary imports in gguf_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
christianazinn committed Jun 3, 2024
1 parent 09baf2f commit 240243e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gguf-py/gguf/gguf_manager.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
from __future__ import annotations

import os
import shutil
import struct
import tempfile
import time
from enum import IntEnum
from typing import TYPE_CHECKING, Any, Sequence, Mapping
from string import ascii_letters, digits
Expand Down

0 comments on commit 240243e

Please sign in to comment.