Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Mar 28, 2019
1 parent d56c68c commit bded322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/broccoli-eyeglass/src/broccoli_sass_compiler.ts
Expand Up @@ -17,7 +17,7 @@ import MergeTrees = require("broccoli-merge-trees");
import { EventEmitter } from "chained-emitter";
import DiskCache = require("sync-disk-cache");
import heimdall = require("heimdalljs");
import {statSync, realpathSync} from "fs";
import {statSync} from "fs";

const FSTreeFromEntries = FSTree.fromEntries;
const debug = debugGenerator("broccoli-eyeglass");
Expand Down

0 comments on commit bded322

Please sign in to comment.