Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Jan 31, 2024
1 parent 9b282ae commit 9fb6c2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/jwst-storage/src/entities/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.6

pub use super::blobs::Entity as Blobs;
#[cfg(feature = "bucket")]
pub use super::bucket_blobs::Entity as BucketBlobs;
pub use super::docs::Entity as Docs;
#[cfg(feature = "image")]
pub use super::optimized_blobs::Entity as OptimizedBlobs;
pub use super::{blobs::Entity as Blobs, docs::Entity as Docs};

0 comments on commit 9fb6c2f

Please sign in to comment.