Skip to content

Commit 5a7940d

Browse files
samuelbray32CBroz1
andauthored
Update src/spyglass/position/position_merge.py
Co-authored-by: Chris Broz <[email protected]>
1 parent 6fdb49c commit 5a7940d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spyglass/position/position_merge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def fetch1_dataframe(self) -> DataFrame:
7979
return query.fetch1_dataframe()
8080

8181
def fetch_pose_dataframe(self):
82-
"""
83-
Fetch a single dataframe of pose bodypart coordinates.
82+
"""Fetch a single dataframe of pose bodypart coordinates.
83+
8484
This will work only for sources that have pose information.
8585
"""
8686
key = self.merge_restrict(self.fetch("KEY", as_dict=True)).fetch(

0 commit comments

Comments
 (0)