diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 5b11a40..1d7376c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,8 +6,8 @@ mod render; mod useropts; use anyhow::{Context, Result}; -use thiserror::Error; use clap::{App, Arg, ArgMatches}; +use thiserror::Error; use api::{Api, Profession, Skill}; use bt::{BuildTemplate, ExtraData, Legend, TraitChoice, Traitline, CODE_REVENANT}; |