Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicbi committed Dec 8, 2024
1 parent 10644c3 commit 6ed30bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecg_data_manager/modules/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def hide_widgets(b): # pylint: disable=unused-argument

return widgets_box

def save_diagnosis( # pylint: disable=too-many-locals, too-many-positional-arguments
def save_diagnosis( # pylint: disable=too-many-locals, too-many-arguments, too-many-positional-arguments
self,
user_id,
document_id,
Expand Down

0 comments on commit 6ed30bd

Please sign in to comment.