test: remove unnecessary env import from tests module in config.rs
Some checks failed
build / checks-matrix (push) Successful in 19m19s
build / codecov (push) Failing after 19m21s
docs / docs (push) Failing after 28m48s
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 17:17:22 +05:30
parent f039977e94
commit 37e682a162

View File

@@ -177,7 +177,6 @@ impl AppConfig {
#[cfg(test)]
mod tests {
use super::*;
use std::env;
#[test]
fn test_default_config() {