aboutsummaryrefslogtreecommitdiffstats
path: root/src/item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.rs')
-rw-r--r--src/item.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/item.rs b/src/item.rs
index 846c674..cc0c143 100644
--- a/src/item.rs
+++ b/src/item.rs
@@ -14,10 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-use crate::{
- client::Client,
- error::Error,
-};
+use crate::{client::Client, error::Error};
use serde::Serialize;
use std::collections::BTreeMap;