Skip to content

Commit 4bbb41c

Browse files
authored
Lint
1 parent 074b5ce commit 4bbb41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/server/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
import time
55
import traceback
6-
from re import compile, Match, Pattern
6+
from re import Match, Pattern, compile
77
from typing import Callable, Coroutine, Dict, Optional, Tuple, Union
88

99
from fastapi import (

0 commit comments

Comments
 (0)