Skip to content

Commit eac962c

Browse files
committed
s
1 parent 3197f0e commit eac962c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

aw-client-rust/src/classes.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
//!
33
//! Taken from default classes in aw-webui
44
5-
use log::warn;
6-
use rand::Rng;
75
use serde::{Deserialize, Serialize};
86
use serde_json;
97

10-
use super::blocking::AwClient as ActivityWatchClient;
11-
128
pub type CategoryId = Vec<String>;
139

1410
#[derive(Debug, Clone, Serialize, Deserialize)]

0 commit comments

Comments
 (0)