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

Commit

Permalink
# pylint: disable=duplicate-code
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Mar 8, 2024
1 parent c4f53f6 commit e7a6f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dokumetry/anthropic.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=duplicate-code
"""
Module for monitoring Anthropic API calls.
"""
Expand Down
1 change: 1 addition & 0 deletions src/dokumetry/cohere.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=duplicate-code
"""
Module for monitoring Cohere API calls.
"""
Expand Down
1 change: 1 addition & 0 deletions src/dokumetry/openai.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=duplicate-code
"""
Module for monitoring OpenAI API calls.
"""
Expand Down

0 comments on commit e7a6f60

Please sign in to comment.