Skip to content

Commit

Permalink
[lint] remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Jan 13, 2025
1 parent c227734 commit 48d9ee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/sass/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { InternalError } from "../lib/error.ts";
import { md5Hash } from "../hash.ts";
import { join } from "../../deno_ral/path.ts";
import { ensureDirSync, existsSync } from "../../deno_ral/fs.ts";
import { dartCompile } from "../dart-sass.ts";
import { TempContext } from "../temp.ts";
import { safeRemoveIfExists } from "../path.ts";
import * as log from "../../deno_ral/log.ts";
Expand Down

0 comments on commit 48d9ee9

Please sign in to comment.