diff --git a/src/db.rs b/src/db.rs
index 062a9a9..1302ed2 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -1,7 +1,7 @@
use crate::{
cfg::CfgProfile,
cmd::{CheckVoteInput, CreateVoteInput},
- github::{split_full_name, DynGH},
+ github::{self, split_full_name, DynGH},
results::{self, Vote, VoteResults},
};
use anyhow::Result;
@@ -28,7 +28,7 @@ pub(crate) trait DB {
) -> Result