Skip to content

Commit

Permalink
fix indent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga authored Sep 17, 2023
1 parent 0f77ecb commit 0506dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecoscope/io/earthranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def get_patrol_observations(self, patrols_df, patrol_type=None, include_patrol_d

df = ecoscope.base.Relocations(pd.concat(observations))
if include_patrol_details:
return df.set_index("id")
return df.set_index("id")
return df

def get_patrol_segment_events(
Expand Down

0 comments on commit 0506dde

Please sign in to comment.