fix: resolve linting/import issues

This commit is contained in:
Blodhgarm
2026-08-25 18:50:14 -05:00
parent 6c3f09f39a
commit 55d9ba2181
2 changed files with 4 additions and 8 deletions
@@ -211,7 +211,7 @@ impl DBOrganization {
exec: E,
) -> Result<Vec<DBProjectId>, super::DatabaseError>
where
E: database::Executor<'a, Database = sqlx::Postgres>,
E: crate::database::Executor<'a, crate::Database = sqlx::Postgres>,
{
use futures::TryStreamExt;