diff --git a/gguf-py/examples/modify_gguf.py b/gguf-py/examples/modify_gguf.py index 48d4b80f1..bf63cc245 100644 --- a/gguf-py/examples/modify_gguf.py +++ b/gguf-py/examples/modify_gguf.py @@ -5,7 +5,7 @@ from pathlib import Path # Necessary to load the local gguf package sys.path.insert(0, str(Path(__file__).parent.parent)) -from gguf import GGUFReader # noqa: E402 +from gguf import GGUFReader # noqa: E402 def change_gguf(reader: GGUFReader, key: str, value: str) -> None: field = reader.get_field(key)