Code Refactoring
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from aiogram .fsm .state import State ,StatesGroup
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
class UserPromoStates (StatesGroup ):
|
||||
waiting_for_promo_code =State ()
|
||||
|
||||
class UserPromoStates(StatesGroup):
|
||||
waiting_for_promo_code = State()
|
||||
|
||||
Reference in New Issue
Block a user