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:
parent
6e2390ed6b
commit
0adcc3532d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue