Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Oct 3, 2024
1 parent c594413 commit e03eb94
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/commands/cluster.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'use strict'
import { ListrEnquirerPromptAdapter } from '@listr2/prompt-adapter-enquirer'
import { Listr } from 'listr2'
import { SoloError, IllegalArgumentError } from '../core/errors.mjs'
import { SoloError } from '../core/errors.mjs'
import * as flags from './flags.mjs'
import { BaseCommand } from './base.mjs'
import chalk from 'chalk'
Expand Down
2 changes: 1 addition & 1 deletion src/commands/init.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { BaseCommand } from './base.mjs'
import * as core from '../core/index.mjs'
import { constants } from '../core/index.mjs'
import * as fs from 'fs'
import { SoloError, IllegalArgumentError } from '../core/errors.mjs'
import { SoloError } from '../core/errors.mjs'
import * as flags from './flags.mjs'
import chalk from 'chalk'

Expand Down
3 changes: 1 addition & 2 deletions src/commands/node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ import {
NodeCreateTransaction,
NodeUpdateTransaction,
NodeDeleteTransaction,
ServiceEndpoint,
Timestamp
ServiceEndpoint
} from '@hashgraph/sdk'
import * as crypto from 'crypto'
import {
Expand Down
1 change: 0 additions & 1 deletion src/commands/node/configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*
*/
import * as flags from '../flags.mjs'
import { FREEZE_ADMIN_ACCOUNT } from '../../core/constants.mjs'

export const PREPARE_UPGRADE_CONFIGS_NAME = 'prepareUpgradeConfig'
Expand Down

0 comments on commit e03eb94

Please sign in to comment.