From 9879a9d18cf6c9b9b43aa4b5dfe7f7bbabb71752 Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Wed, 21 Nov 2018 12:12:59 +1100 Subject: [PATCH] Fix formatting --- src/data/profile_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/profile_features.py b/src/data/profile_features.py index 02ee7d5..78ba406 100644 --- a/src/data/profile_features.py +++ b/src/data/profile_features.py @@ -147,7 +147,7 @@ def parse_profile_features(df_sites, df_profiles, dune_crest_shp, dune_toe_shp): return df_profile_features -@click.command(short_help='create .csv of dune toe and crest positions') +@click.command(short_help="create .csv of dune toe and crest positions") @click.option("--dune-crest-shp", required=True, help=".csv file to convert") @click.option("--dune-toe-shp", required=True, help="where to store .shp file") @click.option("--sites-csv", required=True, help="where to store .shp file")