Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Mar 10, 2024
1 parent 532270c commit 08c7fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dokumetry/anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import time
from .__helpers import send_data

# pylint: disable=too-many-arguments
# pylint: disable=too-many-arguments, too-many-statements
def init(llm, doku_url, api_key, environment, application_name, skip_resp):
"""
Initialize Anthropic integration with Doku.
Expand Down

0 comments on commit 08c7fde

Please sign in to comment.