Remove unused import

This commit is contained in:
Joseph Garrone 2024-07-10 01:26:55 +02:00
parent a73b25580e
commit ca7821cfad

View File

@ -1,6 +1,6 @@
import * as child_process from "child_process";
import * as fs from "fs";
import { join, relative } from "path";
import { join } from "path";
import { assert } from "tsafe/assert";
import { transformCodebase } from "../src/bin/tools/transformCodebase";
import chalk from "chalk";