remove updates to Address

This commit is contained in:
Liam Fitzpatrick 2024-06-21 10:02:39 -04:00
parent 251d6021b4
commit ce1087e966

View File

@ -2,9 +2,7 @@ use reqwest;
use serde_json; use serde_json;
use std::error::Error; use std::error::Error;
use reqwest::header::USER_AGENT; use reqwest::header::USER_AGENT;
use serde::{Serialize, Deserialize};
#[derive(Serialize, Deserialize, Debug)]
pub struct Address { pub struct Address {
pub street: String, pub street: String,
pub city: String, pub city: String,