Skip to content

Commit e03eb94

Browse files
committed
eslint fix
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent c594413 commit e03eb94

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

Diff for: src/commands/cluster.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'use strict'
1818
import { ListrEnquirerPromptAdapter } from '@listr2/prompt-adapter-enquirer'
1919
import { Listr } from 'listr2'
20-
import { SoloError, IllegalArgumentError } from '../core/errors.mjs'
20+
import { SoloError } from '../core/errors.mjs'
2121
import * as flags from './flags.mjs'
2222
import { BaseCommand } from './base.mjs'
2323
import chalk from 'chalk'

Diff for: src/commands/init.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { BaseCommand } from './base.mjs'
2121
import * as core from '../core/index.mjs'
2222
import { constants } from '../core/index.mjs'
2323
import * as fs from 'fs'
24-
import { SoloError, IllegalArgumentError } from '../core/errors.mjs'
24+
import { SoloError } from '../core/errors.mjs'
2525
import * as flags from './flags.mjs'
2626
import chalk from 'chalk'
2727

Diff for: src/commands/node.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ import {
4343
NodeCreateTransaction,
4444
NodeUpdateTransaction,
4545
NodeDeleteTransaction,
46-
ServiceEndpoint,
47-
Timestamp
46+
ServiceEndpoint
4847
} from '@hashgraph/sdk'
4948
import * as crypto from 'crypto'
5049
import {

Diff for: src/commands/node/configs.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*
1616
*/
17-
import * as flags from '../flags.mjs'
1817
import { FREEZE_ADMIN_ACCOUNT } from '../../core/constants.mjs'
1918

2019
export const PREPARE_UPGRADE_CONFIGS_NAME = 'prepareUpgradeConfig'

0 commit comments

Comments
 (0)