Skip to content

Commit

Permalink
Update image_captcha_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 5, 2025
1 parent 387a659 commit fbb58ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/image_captcha_test.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
use rust_anticaptcha::image_captcha::ImageCaptcha;
use rust_anticaptcha::instruments::image_instrument::ImageInstrument;
use serde::de::Unexpected::Str;
use serde_json::Value::String;
use std::any::{Any, TypeId};

use crate::structs::ImageCaptchaArgs;

pub mod structs;
mod structs;

struct ImageToTextTests {
image_captcha_args: ImageCaptchaArgs,
Expand Down

0 comments on commit fbb58ad

Please sign in to comment.