update test

This commit is contained in:
gorogoroumaru 2020-10-10 06:13:27 +00:00 committed by GitHub
parent c3bcd7a410
commit eb240c8b60
2 changed files with 18 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use std::collections::{BTreeMap, BTreeSet, HashSet};
use std::collections::{BTreeMap, BTreeSet};
use actix_web::{delete, get, post};
use actix_web::{web, HttpResponse};