Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Dec 9, 2021
1 parent 7c5cbc3 commit 0c724bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions revitron/analyze/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def add(self, dataProviderResults, modelSize):
Add a new snapshot.
Args:
dataProviderResults (list): The list of :class:`DataProviderResult` objects
dataProviderResults (list): The list of
:class:`revitron.analyze.DataProviderResult` objects
modelSize (float): The local file's size in bytes
"""
pass
Expand All @@ -50,7 +51,8 @@ def add(self, dataProviderResults, modelSize):
Add a new row to the snapshots table.
Args:
dataProviderResults (list): The list of :class:`DataProviderResult` objects
dataProviderResults (list): The list of
:class:`revitron.analyze.DataProviderResult` objects
modelSize (float): The local file's size in bytes
"""
try:
Expand Down

0 comments on commit 0c724bd

Please sign in to comment.