From 3f55d9952980c4339050e4069e2ddcd8aa9a0cc0 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 30 Apr 2025 15:30:53 +0200 Subject: [PATCH] Formatting fixes --- utils/skyplot/skyplot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/skyplot/skyplot.py b/utils/skyplot/skyplot.py index 27ecdea08..226082d59 100755 --- a/utils/skyplot/skyplot.py +++ b/utils/skyplot/skyplot.py @@ -373,11 +373,10 @@ def plot_satellite_tracks(satellites, obs_lat, obs_lon, obs_alt, def main(): """Generate the skyplot""" - -# Set up argument parser + # Set up argument parser parser = argparse.ArgumentParser( description='Generate GNSS skyplot from RINEX navigation file', - add_help=False # We'll handle help manually to preserve your current style + add_help=False ) # Add only the no-show flag