From d2f9012bb6e25b8eb1159cab1fcaf750ad91ffc8 Mon Sep 17 00:00:00 2001 From: Mitchell Bundy Date: Wed, 30 May 2018 14:55:54 -0400 Subject: [PATCH] removed unnecessary import of dns --- types/restify/restify-tests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/restify/restify-tests.ts b/types/restify/restify-tests.ts index 9b2736b98b..42bbe12524 100644 --- a/types/restify/restify-tests.ts +++ b/types/restify/restify-tests.ts @@ -3,7 +3,6 @@ import * as url from "url"; import * as Logger from "bunyan"; import * as http from "http"; import * as stream from "stream"; -import { resolveSoa } from "dns"; let server: restify.Server;