sorted imports using isort and tried to add pre-commit hook for isort

This commit is contained in:
Tristan Lee
2023-08-07 20:04:16 -05:00
parent 1ec1d6190a
commit 1eb82c5f3e
23 changed files with 133 additions and 143 deletions

View File

@@ -1,7 +1,8 @@
import argparse
from telethon.sync import TelegramClient
import os
from telethon.sync import TelegramClient
if __name__ == "__main__":
parser = argparse.ArgumentParser(description="Cisticola command line tools")
parser.add_argument("--telethon_session", type=str)