chore: Remove commented version import. (#319)

* The commented out version import now gets imported from the cloudevent.ts file

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2020-08-19 05:38:33 -04:00 committed by GitHub
parent 6e2390ed6b
commit 0adcc3532d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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";