Skip to content

Commit

Permalink
Removing header markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeklah committed Nov 14, 2020
1 parent 98e3a69 commit fb8a48c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/ships.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
shipParts = [] # Initialising the list.

def welcome():
<<<<<<< HEAD
# os.system('clear')
=======
# os.system('clear')
>>>>>>> 63c36cce5bb71db895285bd34e830574a2552aa2
click.echo(' Hello and Welcome to Jeklah\'s Ship Cost Calculator' + '\n')
click.echo('*** DISCLAIMER *** This tool assumes 10/20 research on bps...for now. *** DISCLAIMER ***')

Expand All @@ -38,11 +34,7 @@ def choose_market():
return(marketName)

def choose_ship():
<<<<<<< HEAD
# os.system('clear')
=======
# os.system('clear')
>>>>>>> 63c36cce5bb71db895285bd34e830574a2552aa2
click.echo(' Ship Choice')
click.echo(' Please choose which ship you would like')
for ship in shipList:
Expand Down

0 comments on commit fb8a48c

Please sign in to comment.