Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 11, 2023
1 parent e3a8ec6 commit 2d69551
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/kitsune-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ use self::{
resolve::PostResolver,
service::{
account::AccountService, attachment::AttachmentService, captcha::CaptchaService,
federation_filter::FederationFilterService, instance::InstanceService, job::JobService,
mailing::MailingService, notification::NotificationService, post::PostService,
custom_emoji::CustomEmojiService, federation_filter::FederationFilterService,
instance::InstanceService, job::JobService, mailing::MailingService,
notification::NotificationService, post::PostService, search::SearchService,
timeline::TimelineService, url::UrlService, user::UserService,
},
state::{EventEmitter, Service, State},
Expand All @@ -53,8 +54,6 @@ use kitsune_search::{AnySearchBackend, NoopSearchService, SqlSearchService};
use kitsune_storage::{fs::Storage as FsStorage, s3::Storage as S3Storage, AnyStorageBackend};
use rusty_s3::{Bucket as S3Bucket, Credentials as S3Credentials};
use serde::{de::DeserializeOwned, Serialize};
use service::custom_emoji::CustomEmojiService;
use service::search::SearchService;

use std::{
fmt::Display,
Expand Down

0 comments on commit 2d69551

Please sign in to comment.