Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Aug 31, 2023
1 parent 66bf2ac commit 5bc98d5
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
import { CosmWasmClient, SigningCosmWasmClient } from '@cosmjs/cosmwasm-stargate'
import Inspect from '../../src/commands/contracts/ocr2/inspection/inspect'
import {
CMD_FLAGS,
DEFAULT_GAS_PRICE,
NODE_URL,
TIMEOUT,
deployAC,
deployLink,
deployOCR2,
initWasmd,
} from '../utils'
import { CMD_FLAGS, DEFAULT_GAS_PRICE, NODE_URL, TIMEOUT, deployAC, deployLink, deployOCR2, initWasmd } from '../utils'
import { GasPrice } from '@cosmjs/stargate'
import Operators from '../../src/commands/contracts/ocr2/inspection/operators'
import Responses from '../../src/commands/contracts/ocr2/inspection/responses'
Expand Down

0 comments on commit 5bc98d5

Please sign in to comment.