Skip to content

Commit

Permalink
reorde imports
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 23, 2024
1 parent db17828 commit 6ad4ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/setupOpencv.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import fs from "node:fs";
import { EOL } from "node:os";
import path from "node:path";
import log from "npmlog";
import { rimraf } from "rimraf";
import { OpenCVBuilder } from "./OpenCVBuilder";
import { findMSBuild, PathVersion } from "./findMsBuild";
import type { AutoBuildFile } from "./types";
Expand All @@ -11,10 +14,7 @@ import {
spawn,
toExecCmd,
} from "./utils";
import log from "npmlog";
import { rimraf } from "rimraf";
import { OPENCV_PATHS_ENV } from "./misc";
import path from "path";
import { getArch, getEnv, Platfrm } from "./env";

export class SetupOpencv {
Expand Down

0 comments on commit 6ad4ff2

Please sign in to comment.