Skip to content

Commit

Permalink
Remove unused SafeMath.sol import (OpenZeppelin#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
BunsDev authored Aug 20, 2021
1 parent 56d4063 commit 83644fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/finance/PaymentSplitter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity ^0.8.0;

import "../utils/Address.sol";
import "../utils/Context.sol";
import "../utils/math/SafeMath.sol";

/**
* @title PaymentSplitter
Expand Down

0 comments on commit 83644fd

Please sign in to comment.