chore: bump ruff and ensure imports are sorted (#385)

* chore: upgrade ruff & sort imports
This commit is contained in:
Aarni Koskela
2025-01-15 02:34:16 +02:00
committed by GitHub
parent 02495ffd77
commit 89e719ab92
25 changed files with 99 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
from tqdm import tqdm
from ollama import pull
from ollama import pull
current_digest, bars = '', {}
for progress in pull('llama3.2', stream=True):