Skip to content

Commit c5051be

Browse files
committed
Fix type annotations
1 parent 315a82f commit c5051be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llama_cpp/server/model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import os
24
import logging
35
from typing import Optional, Union

0 commit comments

Comments
 (0)