Skip to content

Commit

Permalink
📖 Fix Comment in TimelockControllerMock
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Apr 2, 2024
1 parent 164cf45 commit 68c464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snekmate/governance/mocks/TimelockControllerMock.vy
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ from ...auth import AccessControl as ac
initializes: ac


# @dev We import and initialise the `Ownable` module.
# @dev We import and initialise the `TimelockController` module.
from .. import TimelockController as tc
initializes: tc[access_control := ac]

Expand Down

0 comments on commit 68c464f

Please sign in to comment.