Skip to content

Commit 31c71e4

Browse files
committed
Run pre-commit
1 parent dde1553 commit 31c71e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nemoguardrails/rails/llm/llmrails.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
import threading
2525
import time
2626
from functools import partial
27-
from typing import Any, AsyncIterator, Dict, List, Optional, Tuple, Type, Union, cast
28-
from typing_extensions import Self
27+
from typing import Any, AsyncIterator, Dict, List, Optional, Tuple, Type, Union, cast
28+
2929
from langchain_core.language_models import BaseChatModel
3030
from langchain_core.language_models.llms import BaseLLM
31+
from typing_extensions import Self
3132

3233
from nemoguardrails.actions.llm.generation import LLMGenerationActions
3334
from nemoguardrails.actions.llm.utils import (

0 commit comments

Comments
 (0)