From 8c200e6f66063ac04260a88f2f2a1f2a4de2c712 Mon Sep 17 00:00:00 2001 From: Eric Gitonga Date: Sun, 17 Sep 2023 15:28:00 +0300 Subject: [PATCH] indent issues --- ecoscope/io/earthranger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecoscope/io/earthranger.py b/ecoscope/io/earthranger.py index 805f8024..daa6417b 100644 --- a/ecoscope/io/earthranger.py +++ b/ecoscope/io/earthranger.py @@ -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(