From b69b47aee2931a2d2bf1c55725289a6f260e68d9 Mon Sep 17 00:00:00 2001 From: marcello Date: Wed, 7 Nov 2018 23:48:20 +0000 Subject: [PATCH] small fix --- src/adt/AdtExceptions.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/adt/AdtExceptions.ts b/src/adt/AdtExceptions.ts index 4c7ee2b..46126f0 100644 --- a/src/adt/AdtExceptions.ts +++ b/src/adt/AdtExceptions.ts @@ -1,9 +1,4 @@ -import { - parsetoPromise, - getFieldAttribute, - recxml2js, - getField -} from "./AdtParserBase" +import { parsetoPromise, getFieldAttribute, recxml2js } from "./AdtParserBase" import { Response } from "request" export class AdtException extends Error {