Skip to content

Commit 1bf5ead

Browse files
JosunLPCopilot
andauthored
Update hypnoscript-cli/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e3c9133 commit 1bf5ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypnoscript-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use hypnoscript_lexer_parser::{Lexer, Parser as HypnoParser};
55
use semver::Version;
66
use serde::Deserialize;
77
use std::{env, fs, time::Duration};
8-
use ureq::{Agent, AgentBuilder, Request};
8+
use ureq::{Agent, AgentBuilder};
99

1010
#[cfg(not(target_os = "windows"))]
1111
use std::{

0 commit comments

Comments
 (0)