Skip to content

Commit e7ff8a8

Browse files
committed
fix: unused import
1 parent feb70d4 commit e7ff8a8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/types.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// Use this module as an interface to export all types declared inside of endpoints/
22
//
33
// These are not used in here, just exporting
4-
pub use crate::{
5-
api::endpoints::*,
6-
ipfs::{IpfsAdd, IpfsPinList, IpfsPinState, IpfsPinUpdate},
7-
};
4+
pub use crate::ipfs::{IpfsAdd, IpfsPinList, IpfsPinState, IpfsPinUpdate};
85

96
/// Enum for any possible JSON value.
107
///

0 commit comments

Comments
 (0)