Skip to content

Commit

Permalink
eosmechanics: removed unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chamorin committed Oct 10, 2024
1 parent 9ae7aad commit c1e0297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eosmechanics/src/maps.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::collections::HashSet;

use substreams::{errors::Error, log, skip_empty_output};
use substreams::{errors::Error, skip_empty_output};
use substreams_antelope::pb::{Block, ProducerAuthoritySchedule};

use crate::eosmechanics::{ProducerUsage, ScheduleChange};
Expand Down

0 comments on commit c1e0297

Please sign in to comment.