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

Commit

Permalink
too-many-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Mar 24, 2024
1 parent fd0dddd commit e247eaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dokumetry/cohere.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ def count_tokens(text):
return num_tokens

# pylint: disable=too-many-arguments, too-many-statements
# pylint: disable=too-many-locals
def init(llm, doku_url, api_key, environment, application_name, skip_resp):
def init(llm, doku_url, api_key, environment, application_name, skip_resp): #pylint: disable=too-many-locals
"""
Initialize Cohere monitoring for Doku.
Expand Down

0 comments on commit e247eaa

Please sign in to comment.