Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EPROD-967] Implement Upgrade Management Canister #1

Merged
merged 18 commits into from
Aug 26, 2024
Prev Previous commit
clippy
ufoscout committed Aug 22, 2024
commit 33213d2a73d044a4807d4849bc42f97a5b5bb34d
1 change: 0 additions & 1 deletion src/upgrader_canister/src/state/polls.rs
Original file line number Diff line number Diff line change
@@ -93,7 +93,6 @@ impl<M: Memory> Polls<M> {

#[cfg(test)]
mod test {
use std::u64;

use candid::Principal;
use upgrader_canister_did::PollType;
2 changes: 0 additions & 2 deletions src/upgrader_canister/tests/canister/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::u64;

use candid::Principal;
use upgrader_canister_did::{Permission, Poll, PollType, ProjectData};