aboutsummaryrefslogtreecommitdiff
path: root/gn3/llms/errors.py
diff options
context:
space:
mode:
authorAlexander_Kabui2024-05-24 16:36:57 +0300
committerAlexander_Kabui2024-05-24 16:36:57 +0300
commit3ea881f3bc28e8087be08f1d507991ac9b2a4230 (patch)
treea3080bf4be1f84bc681e48227acc2838522df063 /gn3/llms/errors.py
parent188f84ef3895de613e998c63da7ec2338e25a55c (diff)
downloadgenenetwork3-3ea881f3bc28e8087be08f1d507991ac9b2a4230.tar.gz
Pylint fixes.
Diffstat (limited to 'gn3/llms/errors.py')
-rw-r--r--gn3/llms/errors.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gn3/llms/errors.py b/gn3/llms/errors.py
index 77e0f9a..a3a47a3 100644
--- a/gn3/llms/errors.py
+++ b/gn3/llms/errors.py
@@ -37,5 +37,3 @@ class UnprocessableEntity(HTTPError):
class LLMError(Exception):
"""custom exception for LLMErrorMIxins"""
- def __init__(self, *args, **kwargs):
- super().__init__(*args)