summaryrefslogtreecommitdiff
path: root/log/handlers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'log/handlers_test.ts')
-rw-r--r--log/handlers_test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/log/handlers_test.ts b/log/handlers_test.ts
index 52eca16ea..7dc4e2089 100644
--- a/log/handlers_test.ts
+++ b/log/handlers_test.ts
@@ -1,6 +1,5 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { assertEqual, test } from "../testing/mod.ts";
-import { LogRecord, Logger } from "./logger.ts";
import { LogLevel, getLevelName, getLevelByName } from "./levels.ts";
import { BaseHandler } from "./handlers.ts";