fmt
Some checks failed
CI / Check / Test (push) Failing after 6m32s

This commit is contained in:
2026-06-03 01:38:25 +02:00
parent 430fbb21ea
commit 6668ba511c
11 changed files with 55 additions and 44 deletions

View File

@@ -8,8 +8,8 @@ use domain::{
events::DomainEvent,
models::{CastMember, CrewMember, Genre, Keyword, MovieProfile},
ports::{
EventHandler, ObjectStorage, MovieEnrichmentClient, MovieProfileRepository, MovieRepository,
PersonCommand, SearchCommand,
EventHandler, MovieEnrichmentClient, MovieProfileRepository, MovieRepository,
ObjectStorage, PersonCommand, SearchCommand,
},
value_objects::MovieId,
};