events: Fix import

This commit is contained in:
Jonas Platte 2021-06-06 15:26:47 +02:00
parent 1f84de4c7f
commit 3cd6dd3dfd
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -12,11 +12,12 @@ use std::collections::BTreeMap;
use js_int::UInt;
use ruma_common::MilliSecondsSinceUnixEpoch;
use ruma_events::EventType;
use ruma_identifiers::{EventId, RoomId, ServerNameBox, ServerSigningKeyId, UserId};
use serde::{Deserialize, Serialize};
use serde_json::Value as JsonValue;
use crate::EventType;
/// Enum for PDU schemas
#[derive(Clone, Debug, Deserialize, Serialize)]
#[serde(untagged)]