diff options
author | Alexander_Kabui | 2024-05-27 14:47:19 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-05-27 14:47:19 +0300 |
commit | 59a27f884b2821ab9142f5285cd713ec374ea820 (patch) | |
tree | 53c0bd04f42ac4278be933c7414bfe51605d7659 /tests | |
parent | 58fbc6527537cb229ded87eea57949c3cf02621f (diff) | |
download | genenetwork3-59a27f884b2821ab9142f5285cd713ec374ea820.tar.gz |
Pylint fixes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test_llm.py | 5 |
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 |