Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Sep 27, 2022
1 parent e01c067 commit 2ecc16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testcontainers/src/MetaChainContainer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NetworkConfig, TestNet } from '@defimetachain/network';
import { ethers } from 'ethers';
import { GenericContainer, StartedTestContainer, Network } from 'testcontainers';
import { GenericContainer, Network, StartedTestContainer } from 'testcontainers';
import { AbstractStartedContainer } from 'testcontainers/dist/modules/abstract-started-container';

export class MetaChainContainer extends GenericContainer {
Expand Down

0 comments on commit 2ecc16d

Please sign in to comment.