Skip to content

Commit

Permalink
Resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
momofAnAl committed Oct 18, 2024
1 parent 3165fdf commit 763417e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/routes/planets_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,5 @@ def get_all_planets():
name=planet.name,
description=planet.description
))

<<<<<<< HEAD

return planets_response






=======
return planets_response


0 comments on commit 763417e

Please sign in to comment.