Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 18, 2024
1 parent 82a80f4 commit f24f9d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions fullstack-network-manager/src/core/helpers.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { FullstackTestingError, MissingArgumentError } from './errors.mjs'

export function sleep (ms) {
return new Promise((resolve) => {
setTimeout(resolve, ms)
Expand Down
1 change: 0 additions & 1 deletion fullstack-network-manager/src/core/kubectl2.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { flags } from '../commands/index.mjs'
import { FullstackTestingError, MissingArgumentError } from './errors.mjs'
import * as sb from 'stream-buffers'
import { sleep } from './helpers.mjs'
import * as helpers from './helpers.mjs'

/**
* A kubectl wrapper class providing custom functionalities required by fsnetman
Expand Down

0 comments on commit f24f9d3

Please sign in to comment.