mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
sorted imports using isort and tried to add pre-commit hook for isort
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user