Skip to content

Commit

Permalink
removed caching
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Sep 26, 2024
1 parent acc1343 commit db4f3ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbconf/bbagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def bedset(self) -> BedAgentBedSet:
def objects(self) -> BBObjects:
return self._objects

@cached_property
def get_stats(self) -> StatsReturn:
"""
Get statistics for a bed file
Expand Down

0 comments on commit db4f3ad

Please sign in to comment.