summaryrefslogtreecommitdiff
path: root/colors/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'colors/mod.ts')
-rw-r--r--colors/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/mod.ts b/colors/mod.ts
index c8bb5b539..7a45905ce 100644
--- a/colors/mod.ts
+++ b/colors/mod.ts
@@ -1,5 +1,5 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { noColor } from "deno";
+const { noColor } = Deno;
interface Code {
open: string;