Skip to content

Commit

Permalink
One more pylint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
domfournier committed Nov 20, 2024
1 parent c5ea6ff commit 5bcec9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions peak_finder/dash_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@

from peak_finder.layout import object_selection_layout

# pylint: disable=R0917


class BaseDashApplication(ABC):
"""
Expand Down

0 comments on commit 5bcec9d

Please sign in to comment.