Skip to content

Commit

Permalink
fix: remove placeholder import since it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jan 28, 2025
1 parent a520924 commit 0c8c40f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contracts/src/mocks/Migration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pragma solidity ^0.8.8;
/* solhint-disable no-unused-import */

import {DAO} from "@aragon/osx/core/dao/DAO.sol";
import {PlaceholderSetup} from "@aragon/osx/framework/plugin/repo/placeholder/PlaceholderSetup.sol";

import {PluginRepo} from "@aragon/osx-v1.3.0/framework/plugin/repo/PluginRepo.sol";
import {ProxyFactory} from "@aragon/osx-commons-contracts/src/utils/deployment/ProxyFactory.sol";
Expand Down

0 comments on commit 0c8c40f

Please sign in to comment.