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