Skip to content

Commit

Permalink
chore: Remove commented version import. (#319)
Browse files Browse the repository at this point in the history
* The commented out version import now gets imported from the cloudevent.ts file

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
  • Loading branch information
lholmquist authored Aug 19, 2020
1 parent 6e2390e commit 0adcc35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CloudEvent, Version } from "./event/cloudevent";
import { ValidationError } from "./event/validation";
// import {Version} from './event/'
import { CloudEventV03, CloudEventV03Attributes, CloudEventV1, CloudEventV1Attributes } from "./event/interfaces";

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

0 comments on commit 0adcc35

Please # to comment.