diff --git a/src/DCC.ts b/src/DCC.ts
index a4eeea7fc9e29fca8491ca1f6f3c978260feb223..1f6efd2a5255469406ea77051623dba2ae3b9311 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.2";