Skip to content

Commit ffb1a13

Browse files
lholmquistlance
authored andcommitted
chore: Remove commented version import. (#319)
* The commented out version import now gets imported from the cloudevent.ts file Signed-off-by: Lucas Holmquist <[email protected]>
1 parent e433f9a commit ffb1a13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { CloudEvent, Version } from "./event/cloudevent";
22
import { ValidationError } from "./event/validation";
3-
// import {Version} from './event/'
43
import { CloudEventV03, CloudEventV03Attributes, CloudEventV1, CloudEventV1Attributes } from "./event/interfaces";
54

65
import { Emitter, TransportOptions } from "./transport/emitter";

0 commit comments

Comments
 (0)