Skip to content

Commit fc52d64

Browse files
committed
chore: remove unused Config import from test_config
1 parent 4676686 commit fc52d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pytest import raises
44
from pydantic import ValidationError
55

6-
from esbmc_ai.config import Config, AICustomModelConfig
6+
from esbmc_ai.config import AICustomModelConfig
77

88

99
def test_load_custom_ai() -> None:

0 commit comments

Comments
 (0)