diff options
author | Alexander_Kabui | 2024-01-17 16:31:30 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-01-17 16:31:30 +0300 |
commit | af287651b09dd1aaeb6c01b119c669b6a1458afa (patch) | |
tree | dd10aba60d64478a626f40a6fc00be6172329112 /tests/unit | |
parent | bbb5810e934907f3ed2c936f1047f025da52b5c3 (diff) | |
download | genenetwork3-af287651b09dd1aaeb6c01b119c669b6a1458afa.tar.gz |
temp fix:disable pylint check
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/test_llm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_llm.py b/tests/unit/test_llm.py index a29190a..6f9bdcc 100644 --- a/tests/unit/test_llm.py +++ b/tests/unit/test_llm.py @@ -1,3 +1,4 @@ +# pylint: skip-file """Test cases for procedures defined in llms module""" import pytest from dataclasses import dataclass |