Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 4, 2024
1 parent 17563cf commit 4bfeb4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import * as fs from "fs";
import { join as pathJoin, dirname as pathDirname, basename as pathBasename } from "path";
import { assert } from "tsafe/assert";
import chalk from "chalk";
import { same } from "evt/tools/inDepth/same";
import { getThisCodebaseRootDirPath } from "./tools/getThisCodebaseRootDirPath";
import { getAbsoluteAndInOsFormatPath } from "./tools/getAbsoluteAndInOsFormatPath";
import { run } from "./shared/run";
Expand Down

0 comments on commit 4bfeb4d

Please sign in to comment.