Skip to content

Commit

Permalink
Remove outdated TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
apbendi committed Nov 22, 2023
1 parent 85e650b commit 8a29fc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion script/DeployLaunch.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {GuineaPigToken} from "src/GuineaPigToken.sol";
import {GuineaPigGovernor} from "src/GuineaPigGovernor.sol";
import {DeployLaunchConstants} from "script/DeployLaunchConstants.sol";

// TODO: rename to something more specific, launch deploy, initial deploy
contract DeployLaunch is DeployLaunchConstants, Script {
address deployer;

Expand Down
1 change: 0 additions & 1 deletion src/GuineaPigGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {GovernorVotesQuorumFraction} from
import {GovernorPreventLateQuorum} from
"@openzeppelin/governance/extensions/GovernorPreventLateQuorum.sol";
import {IVotes} from "@openzeppelin/governance/utils/IVotes.sol";
// TODO: convert to interface?
import {TimelockController} from "@openzeppelin/governance/TimelockController.sol";

contract GuineaPigGovernor is
Expand Down

0 comments on commit 8a29fc4

Please sign in to comment.