From 6ea4db54c10f3335206ffca617b833b7c3d9e884 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:58:11 +0000 Subject: [PATCH] fix(pre-commit.ci): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- srai/loaders/osm_loaders/pbf_file_downloader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srai/loaders/osm_loaders/pbf_file_downloader.py b/srai/loaders/osm_loaders/pbf_file_downloader.py index 787c19ae3..ae18aa749 100644 --- a/srai/loaders/osm_loaders/pbf_file_downloader.py +++ b/srai/loaders/osm_loaders/pbf_file_downloader.py @@ -218,8 +218,8 @@ def _prepare_polygon_for_download(self, polygon: Polygon) -> Polygon: Function buffers the polygon, closes internal holes and simplifies its boundary to 1000 points. - Makes sure that the generated polygon will fully cover the original one by increasing - the buffer size incrementally. + Makes sure that the generated polygon will fully cover the original one by increasing the + buffer size incrementally. """ is_fully_covered = False buffer_size_meters = 50