Remove redundant import

This commit is contained in:
Jonas Platte 2020-02-18 20:51:10 +01:00
parent fc0d8ee8e7
commit a7ca7b1e8d
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -141,8 +141,6 @@ impl<'de> Deserialize<'de> for UserInfo {
#[cfg(test)]
mod tests {
use serde_json;
use super::{LoginInfo, UserInfo};
#[test]