Skip to content

Commit

Permalink
Update vizro-core/src/vizro/managers/_data_manager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Pejovic <[email protected]>
Signed-off-by: Antony Milne <[email protected]>
  • Loading branch information
antonymilne and petar-qb authored Apr 10, 2024
1 parent 229f4c1 commit 4b096fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/managers/_data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def __init__(self, data: pd.DataFrame):
def load(self) -> pd.DataFrame:
"""Loads data.
Returns a copy of the data. This is not necessary if we are careful to not do any inplace=True operations,
Returns a copy of the data. This is not necessary if we are careful to not do any inplace=True operations,
but probably safest to leave it here.
"""
return self.__data.copy()
Expand Down

0 comments on commit 4b096fe

Please sign in to comment.