Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Jul 30, 2022
1 parent 3f633ed commit 8c55a50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
)
from Mods.EridiumLib.keys import KeyBinds
except ImportError:
webbrowser.open("https://github.com/DAmNRelentless/bl2-eridiumlib/blob/main/docs/TROUBLESHOOTING.md")
webbrowser.open(
"https://github.com/DAmNRelentless/bl2-eridiumlib/blob/main/docs/TROUBLESHOOTING.md"
)
raise

if __name__ == "__main__":
Expand Down

0 comments on commit 8c55a50

Please sign in to comment.