aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander_Kabui2024-05-27 14:47:19 +0300
committerAlexander_Kabui2024-05-27 14:47:19 +0300
commit59a27f884b2821ab9142f5285cd713ec374ea820 (patch)
tree53c0bd04f42ac4278be933c7414bfe51605d7659 /tests
parent58fbc6527537cb229ded87eea57949c3cf02621f (diff)
downloadgenenetwork3-59a27f884b2821ab9142f5285cd713ec374ea820.tar.gz
Pylint fixes.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_llm.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/unit/test_llm.py b/tests/unit/test_llm.py
index 6e0f2af..c32e888 100644
--- a/tests/unit/test_llm.py
+++ b/tests/unit/test_llm.py
@@ -1,8 +1,5 @@
-# pylint: disable=unused-argument
-"""Test cases for procedures defined in llms module"""
-from dataclasses import dataclass
+"""Test cases for procedures defined in llms """
import pytest
-from gn3.llms.process import get_gnqa
from gn3.llms.process import parse_context