From 0506ddebda516fee9e37cb8193fba8a2c8deb348 Mon Sep 17 00:00:00 2001 From: Eric Gitonga Date: Sun, 17 Sep 2023 15:13:31 +0300 Subject: [PATCH] fix 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 daa6417b..805f8024 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(