From 331bc05b4a71a280dfd1bd447fa1afa99b8c88da Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Wed, 15 Nov 2023 10:10:14 +0000 Subject: [PATCH] :art: Format Python code with psf/black --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 1e019432..b84e5520 100644 --- a/src/app.py +++ b/src/app.py @@ -466,7 +466,7 @@ def get_grid_id(geom, cur): countries = backend_match[0] country_export = True logging.debug(f"Using Country Export Mode with id : {countries[0]}") - else : + else: if int(geom_area) > int(EXPORT_MAX_AREA_SQKM): raise ValueError( f"""Polygon Area {int(geom_area)} Sq.KM is higher than Threshold : {EXPORT_MAX_AREA_SQKM} Sq.KM"""