Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Apr 3, 2020
1 parent 5e030fd commit e560d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/network-devp2p/src/persistence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use log::*;
use parity_crypto::publickey::Secret;
use parity_path::restrict_permissions_owner;
use std::fs;
use std::io::{Read, Write};
use std::io::Write;
use std::path::{Path, PathBuf};

/// An entity that can be persisted on disk.
Expand Down

0 comments on commit e560d28

Please sign in to comment.