diff --git a/src/DCC.ts b/src/DCC.ts
index f2f48ee7972c631a81b078f36ca73c824b44422c..4ec1378d9243c6711541ccfd8caeec5fc235ce9a 100644
--- a/src/DCC.ts
+++ b/src/DCC.ts
@@ -1,14 +1,5 @@
 import * as si from "./DSI";
-import {
-  XMLDate,
-  XMLElement,
-  XMLNumber,
-  XMLBoolean,
-  XMLList,
-  INamespaced,
-  ISchemaInformation,
-  IAttributes,
-} from "./BaseTypes";
+import { XMLDate, XMLElement, XMLNumber, XMLBoolean, XMLList, INamespaced, ISchemaInformation, IAttributes } from "./BaseTypes";
 import { ensureArray } from "./Util";
 
 const schemaVersion = "3.1.1";