mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix circular dep
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
51044f5717
commit
fe2995378d
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import assert from "assert";
|
import assert from "assert";
|
||||||
import { iter } from ".";
|
import * as iter from "./iter";
|
||||||
|
|
||||||
// Helper to convert memory from units Ki, Mi, Gi, Ti, Pi to bytes and vise versa
|
// Helper to convert memory from units Ki, Mi, Gi, Ti, Pi to bytes and vise versa
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user