fixing definitions

This commit is contained in:
Cayo Puigdefabregas 2021-04-19 19:37:26 +02:00
parent 387c2e15e5
commit 006fe4b855
1 changed files with 0 additions and 5 deletions

View File

@ -265,11 +265,6 @@ class TradeDef(ActionDef):
SCHEMA = schemas.Trade
class OfferDef(ActionDef):
VIEW = None
SCHEMA = schemas.Offer
class ToDisposeProductDef(ActionDef):
VIEW = None
SCHEMA = schemas.ToDisposeProduct