diff --git a/radicle-surf/src/stats.rs b/radicle-surf/src/stats.rs index f9dd7e1..312ca8e 100644 --- a/radicle-surf/src/stats.rs +++ b/radicle-surf/src/stats.rs @@ -15,8 +15,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -pub use radicle_git_ext::Oid; - #[cfg(feature = "serde")] use serde::Serialize;