Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Sep 21, 2023
1 parent f19a447 commit 7bb1699
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/gas-fee-controller/src/GasFeeController.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import type { RestrictedControllerMessenger } from '@metamask/base-controller';
import {
convertHexToDecimal,
safelyExecute,
} from '@metamask/controller-utils';
import { convertHexToDecimal, safelyExecute } from '@metamask/controller-utils';
import EthQuery from '@metamask/eth-query';
import type {
NetworkControllerGetEIP1559CompatibilityAction,
Expand Down

0 comments on commit 7bb1699

Please sign in to comment.