Skip to content

Commit

Permalink
Apply yesqa
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Sep 19, 2021
1 parent 92ba7dc commit d8a9616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wizard/telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def install(message: types.Message):
await bot.send_message(message.chat.id, texts[0])


def make_func(name, pos): # noqa: C901
def make_func(name, pos):
async def process(message: types.Message, state: FSMContext):
cont = True
skip = 0
Expand Down

0 comments on commit d8a9616

Please sign in to comment.