A dash of PEP-8
This commit is contained in:
parent
398b34fad5
commit
6cc7554cd8
11 changed files with 34 additions and 35 deletions
|
@ -9,7 +9,6 @@ from util import hook, http, text, web
|
|||
@hook.command
|
||||
def wolframalpha(inp, bot=None):
|
||||
"""wa <query> -- Computes <query> using Wolfram Alpha."""
|
||||
|
||||
api_key = bot.config.get("api_keys", {}).get("wolframalpha", None)
|
||||
|
||||
if not api_key:
|
||||
|
|
Reference in a new issue