Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Aug 2, 2024
1 parent 074b5ce commit 4bbb41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_cpp/server/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import time
import traceback
from re import compile, Match, Pattern
from re import Match, Pattern, compile
from typing import Callable, Coroutine, Dict, Optional, Tuple, Union

from fastapi import (
Expand Down

0 comments on commit 4bbb41c

Please sign in to comment.