Coding style.
This commit is contained in:
parent
e60bde2a84
commit
24f8c576be
1 changed files with 0 additions and 4 deletions
|
|
@ -8,10 +8,6 @@
|
||||||
import eris.tools as tools
|
import eris.tools as tools
|
||||||
|
|
||||||
|
|
||||||
def tool_markup(tool):
|
|
||||||
return f"[{tool.__name__}]({tool.url})"
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
all_tools = ([(["*"], tools.generic_tools() +
|
all_tools = ([(["*"], tools.generic_tools() +
|
||||||
[tools.git_blame, tools.git_log])] +
|
[tools.git_blame, tools.git_log])] +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue