Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wtj2021 committed Oct 21, 2024
1 parent 63be382 commit 97e44bf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions great_ape_safe/ape_api/ebtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ class governanceRoles(Enum):
),
"STEBTC_DONATE": encode_signature("donate(uint256)"),
"STEBTC_SWEEP": encode_signature("sweep(address)"),
"STEBTC_SET_MINTING_FEE": encode_signature(
"setMintingFee(uint256)"
),
"STEBTC_SET_MINTING_FEE": encode_signature("setMintingFee(uint256)"),
"STEBTC_SET_MAX_DISTRIBUTION_PER_SECOND_PER_ASSET": encode_signature(
"setMaxDistributionPerSecondPerAsset(uint256)"
),
Expand Down Expand Up @@ -345,9 +343,7 @@ class governanceRoles(Enum):
},
{
"target": self.staked_ebtc,
"signature": self.governance_signatures[
"STEBTC_SET_MINTING_FEE"
],
"signature": self.governance_signatures["STEBTC_SET_MINTING_FEE"],
},
{
"target": self.staked_ebtc,
Expand Down

0 comments on commit 97e44bf

Please sign in to comment.