chore: clean up unused imports

This commit is contained in:
2025-03-13 16:16:44 -04:00
parent 28ad5d7345
commit 916b53d242
3 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
use chrono::{DateTime, Utc};
use pyo3::prelude::*;
use super::{context::context::Context, event_origin::EventOrigin};
use super::event_origin::EventOrigin;
/// Representation of an event within the bus.
#[derive(Debug, FromPyObject)]