From 1979ca1dde81272388cdc13bad24f1c14890dd0a Mon Sep 17 00:00:00 2001
From: Daniel Scheffler <danschef@gfz-potsdam.de>
Date: Wed, 7 Feb 2024 16:34:32 +0100
Subject: [PATCH] Fix linting.

Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
---
 enpt/processors/orthorectification/orthorectification.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/enpt/processors/orthorectification/orthorectification.py b/enpt/processors/orthorectification/orthorectification.py
index 4d8bfea8..a219ec8e 100644
--- a/enpt/processors/orthorectification/orthorectification.py
+++ b/enpt/processors/orthorectification/orthorectification.py
@@ -118,8 +118,8 @@ class Orthorectifier(object):
                             self.cfg.target_coord_grid['y'])
                            if self.cfg.target_coord_grid else
                            None),
-            src_nodata = enmap_ImageL1.vnir.data.nodata,
-            tgt_nodata = self.cfg.output_nodata_value
+            src_nodata=enmap_ImageL1.vnir.data.nodata,
+            tgt_nodata=self.cfg.output_nodata_value
         )
         # make sure VNIR and SWIR are also transformed to the same lon/lat pixel grid
         if self.cfg.target_projection_type == 'Geographic' and kw_trafo['tgt_coordgrid'] is None:
-- 
GitLab