test: remove unnecessary env import from tests module in config.rs
This commit is contained in:
@@ -177,7 +177,6 @@ impl AppConfig {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use std::env;
|
||||
|
||||
#[test]
|
||||
fn test_default_config() {
|
||||
|
||||
Reference in New Issue
Block a user