Skip to content

Commit

Permalink
remove last parent class from DataSet
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Sep 18, 2024
1 parent 0e0ab54 commit 5881913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alphastats/DataSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
plotly.io.templates.default = "simple_white+alphastats_colors"


class DataSet(Plot):
"""Analysis Object"""
class DataSet:
"""The main object of AlphaPeptStats, providing an interface to all relevant functionality and data."""

def __init__(
self,
Expand Down

0 comments on commit 5881913

Please sign in to comment.