Skip to content

Commit

Permalink
Update src/cosmicqc/scdataframe.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jenna Tomkinson <[email protected]>
  • Loading branch information
d33bs and jenna-tomkinson authored Jun 25, 2024
1 parent 28c7931 commit fe73f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosmicqc/scdataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(
self.data = data

elif isinstance(data, (pathlib.Path, str)):
# if the data is a string, remember the original source
# if the data is a string or a pathlib path, remember the original source
# through a data_source attr
self.data_source = data

Expand Down

0 comments on commit fe73f40

Please sign in to comment.