Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Aug 2, 2023
1 parent b3b3a41 commit a91f5c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/commands/_add_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

import asyncio
import os
import re
from functools import cached_property
from pathlib import Path

from telethon import TelegramClient

from ..post import Post
from ._command import Command
import re


CHANNEL = 'pythonetc'
REX_URL = re.compile(r'https?\:[a-zA-Z0-9\-\/\.\(]+')
Expand Down

0 comments on commit a91f5c0

Please sign in to comment.