Skip to content

Commit

Permalink
passing flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Aug 24, 2018
1 parent f93d8c5 commit 2eafacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylj/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ def __cite__(): # pragma: no cover
"""This function will launch the Zenodo website for the latest release of
pylj."""
webbrowser.open('https://zenodo.org/badge/latestdoi/119863480')
webbrowser.open('http://jose.theoj.org/papers/58daa1a1a564dc8e0f99ffcdae20eb1d')
webbrowser.open(
'http://jose.theoj.org/papers/58daa1a1a564dc8e0f99ffcdae20eb1d')


def __version__(): # pragma: no cover
Expand Down

0 comments on commit 2eafacd

Please sign in to comment.