Skip to content

Commit

Permalink
little lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdibble committed Dec 28, 2022
1 parent a231980 commit 2721d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccfrp_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def fish_length_table_post():
)

#

# Fish Length: MPA Area
# ## MAPS
@app.route("/fish/length/map/area", methods = ['GET'])
Expand Down Expand Up @@ -288,5 +287,6 @@ def fish_length_table_area_post():
default_end = form.data.get('end_date'),
)


if __name__ == '__main__':
app.run(debug=True, use_reloader=True)

0 comments on commit 2721d70

Please sign in to comment.