Skip to content

Commit 2b761d2

Browse files
style: more interface types
1 parent e61c12d commit 2b761d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/zaps/CreateFromPool.vy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ POOL_PRICE_ORACLE_BLUEPRINT: public(immutable(address))
1818

1919

2020
@deploy
21-
def __init__(_factory: address, _pool_price_oracle_blueprint: address):
22-
FACTORY = ILendingFactory(_factory)
21+
def __init__(_factory: ILendingFactory, _pool_price_oracle_blueprint: address):
22+
FACTORY = _factory
2323
POOL_PRICE_ORACLE_BLUEPRINT = _pool_price_oracle_blueprint
2424

2525

0 commit comments

Comments
 (0)