We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a33502 commit b8e3d6eCopy full SHA for b8e3d6e
1 file changed
packages/core/src/consumed-thing.ts
@@ -15,15 +15,14 @@
15
16
import { ConsumedThing as IConsumedThing, InteractionInput, Subscription } from "wot-typescript-definitions";
17
18
-import ContentType from "content-type";
19
-
20
import * as TD from "@node-wot/td-tools";
21
22
import Servient from "./servient";
23
import Helpers from "./helpers";
24
25
import { ProtocolClient } from "./protocol-interfaces";
26
import { Content } from "./content";
+import ContentType from "content-type";
27
28
import ContentManager from "./content-serdes";
29
0 commit comments