From 80610e4635ec8f935740ef7d5785863f7dabbfdf Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Thu, 26 Oct 2023 14:28:23 -0800 Subject: [PATCH] fix lint --- src/asf_tools/hydrosar/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/asf_tools/hydrosar/__init__.py b/src/asf_tools/hydrosar/__init__.py index 422a31d4..eb1b22fc 100644 --- a/src/asf_tools/hydrosar/__init__.py +++ b/src/asf_tools/hydrosar/__init__.py @@ -3,12 +3,12 @@ HYDROSAR_MOVE_WARNING = \ """ --------------------------------------------------------------------------- - The HydroSAR codes (`flood_map`, `water_map` and `hand` modules) are being + The HydroSAR codes (`flood_map`, `water_map` and `hand` modules) are being moved to the HydroSAR project repository: - and will be provided in a new pip/conda installable package `hydrosar`. - - The `asf_tools.hydrosar` subpackage will be removed in a future release. + and will be provided in a new pip/conda installable package `hydrosar`. + + The `asf_tools.hydrosar` subpackage will be removed in a future release. ---------------------------------------------------------------------------- """