Fix clippy warnings (#2861)

Fix some issues reported by clippy
This commit is contained in:
Tsvetomir Dimitrov
2024-01-05 21:31:56 +02:00
committed by GitHub
parent 1c95310a66
commit cea7024de1
11 changed files with 8 additions and 16 deletions
@@ -14,7 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
pub use sp_core::sr25519;
use sp_core::{
sr25519::{Pair, Public},
Pair as PairT,
@@ -23,7 +23,6 @@ pub mod network_bridge;
pub mod runtime_api;
pub use av_store::*;
pub use network_bridge::*;
pub use runtime_api::*;
pub struct AlwaysSupportsParachains {}