summaryrefslogtreecommitdiff
path: root/src/random_tables.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/random_tables.rs')
-rw-r--r--src/random_tables.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random_tables.rs b/src/random_tables.rs
index 369f35b..831fd86 100644
--- a/src/random_tables.rs
+++ b/src/random_tables.rs
@@ -1,5 +1,5 @@
use crate::dice;
-use crate::rules::classes::{CLASSES};
+use crate::rules::classes::CLASSES;
use include_dir::{include_dir, Dir};
use serde::Deserialize;
use serde_yaml;