Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update dev_menu.py
Browse files Browse the repository at this point in the history
Co-Authored-By: larroy <[email protected]>
  • Loading branch information
jlcontreras and larroy committed Dec 6, 2018
1 parent e0309f4 commit 4af7b1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ def clip(x, mini, maxi):

@retry((ValueError, RuntimeError), 3, delay_s = 0)
def show_menu(items: List[str], header=None) -> int:
print()
print('-- MXNet dev menu --')
print()
print('\n-- MXNet dev menu --\n')
def hr():
print(''.join(['-']*30))
if header:
Expand Down

0 comments on commit 4af7b1c

Please sign in to comment.