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 {