Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuchkaTriplesix committed Oct 24, 2023
1 parent cf39de7 commit 469f654
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions handlers/client.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
from aiogram import F
from aiogram.fsm.state import StatesGroup, State
from aiogram.types import Message, CallbackQuery
import steammarket as sm
from data import json_support, case_translation
import keyboards as kb
from aiogram import Router
from aiogram.fsm.context import FSMContext
import models
from data.config import cases as constcases

router = Router()
json_data = "user_list.json"
Expand Down

0 comments on commit 469f654

Please sign in to comment.