diff options
Diffstat (limited to 'gguf-py/tests/test_gguf.py')
-rw-r--r-- | gguf-py/tests/test_gguf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gguf-py/tests/test_gguf.py b/gguf-py/tests/test_gguf.py index 512531dd..0adeb7d5 100644 --- a/gguf-py/tests/test_gguf.py +++ b/gguf-py/tests/test_gguf.py @@ -1,7 +1,7 @@ -import gguf +import gguf # noqa: F401 # TODO: add tests -def test_write_gguf(): +def test_write_gguf() -> None: pass |