Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Auto Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesroot authored and github-actions[bot] committed Jan 18, 2024
1 parent 8d62613 commit 407cbe4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion asisstant/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
import sys
from datetime import datetime

from dotenv import load_dotenv, set_key, unset_key
from pyLuci._misc import SUDO_M, owner_and_sudos
from pyLuci.dB.asst_fns import *
from pyLuci.fns.helper import inline_mention
from dotenv import load_dotenv, set_key, unset_key
from pytz import timezone as tz
from telethon import Button, events
from telethon.errors.rpcerrorlist import MessageDeleteForbiddenError
Expand Down
2 changes: 1 addition & 1 deletion asisstant/ytdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
except ImportError:
Image = None
from pyLuci.fns.helper import (bash, fast_download, humanbytes, numerize,
time_formatter)
time_formatter)
from pyLuci.fns.ytdl import dler, get_buttons, get_formats
from telethon import Button
from telethon.errors.rpcerrorlist import (FilePartLengthInvalidError,
Expand Down
2 changes: 1 addition & 1 deletion modules/_inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
from datetime import datetime
from os import remove

from git import Repo
from pyLuci._misc._assistant import callback, in_pattern
from pyLuci.dB._core import HELP, LIST
from pyLuci.fns.helper import gen_chlog, time_formatter, updater
from pyLuci.fns.misc import split_list
from git import Repo
from telethon import Button
from telethon.tl.types import InputWebDocument, Message
from telethon.utils import resolve_bot_file_id
Expand Down
4 changes: 2 additions & 2 deletions modules/blacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"""


from pyLuci.dB.blacklist_db import (add_blacklist, get_blacklist, list_blacklist,
rem_blacklist)
from pyLuci.dB.blacklist_db import (add_blacklist, get_blacklist,
list_blacklist, rem_blacklist)

from . import ayra_bot, ayra_cmd, events, get_string, udB

Expand Down
3 changes: 2 additions & 1 deletion modules/broadcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
import asyncio

from pyLuci.dB import DEVS
from pyLuci.dB.gcast_blacklist_db import add_gblacklist, list_bl, rem_gblacklist
from pyLuci.dB.gcast_blacklist_db import (add_gblacklist, list_bl,
rem_gblacklist)
from telethon.errors.rpcerrorlist import FloodWaitError

from . import *
Expand Down
2 changes: 1 addition & 1 deletion modules/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
import random
import time

from pyLuci import *
from PIL import Image
from pyLuci import *

try:
import cv2
Expand Down
2 changes: 1 addition & 1 deletion modules/global.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from pyLuci.dB import DEVS
from pyLuci.dB.gban_mute_db import (gban, gmute, is_gbanned, is_gmuted,
list_gbanned, ungban, ungmute)
list_gbanned, ungban, ungmute)
from pyLuci.kynan import register
from telethon.errors.rpcerrorlist import ChatAdminRequiredError, FloodWaitError
from telethon.tl.functions.contacts import BlockRequest, UnblockRequest
Expand Down
2 changes: 1 addition & 1 deletion modules/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import os

from pyLuci.dB.greetings_db import (add_goodbye, add_welcome, delete_goodbye,
delete_welcome, get_goodbye, get_welcome)
delete_welcome, get_goodbye, get_welcome)
from pyLuci.fns.tools import create_tl_btn, format_btn, get_msg_button
from telegraph import upload_file as uf
from telethon.utils import pack_bot_file_id
Expand Down

0 comments on commit 407cbe4

Please sign in to comment.