summaryrefslogtreecommitdiffstats
path: root/src/helpers/env.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/env.rs')
-rw-r--r--src/helpers/env.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/helpers/env.rs b/src/helpers/env.rs
index 856d650..7bac385 100644
--- a/src/helpers/env.rs
+++ b/src/helpers/env.rs
@@ -1,7 +1,6 @@
use envy;
-use crate::data::Data;
-use crate::Result;
+use crate::{data::Data, Result};
/// Attempts to deserialize a Data struct from the environment
pub fn from_env() -> Result<Data> {