Skip to content

Commit

Permalink
SFT-1: testing push checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Apr 20, 2023
1 parent cc98021 commit 78cba0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/stm32/boards/Passport/modules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1325,4 +1325,9 @@ def get_words_from_seed(seed):
except Exception as e:
return (None, '{}'.format(e))


def test():
print("test")


# EOF

0 comments on commit 78cba0d

Please sign in to comment.