isort: Reformat using isort.
This commit is contained in:
parent
37e2596124
commit
5580c68ae5
162 changed files with 539 additions and 444 deletions
|
@ -1,6 +1,8 @@
|
|||
from typing import Dict
|
||||
|
||||
from zulip_bots.lib import BotHandler
|
||||
|
||||
|
||||
def encrypt(text: str) -> str:
|
||||
# This is where the actual ROT13 is applied
|
||||
# WHY IS .JOIN NOT WORKING?!
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
from zulip_bots.test_lib import BotTestCase, DefaultTests
|
||||
|
||||
|
||||
class TestEncryptBot(BotTestCase, DefaultTests):
|
||||
bot_name = "encrypt"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue