Remove unnecessary import (#1611)

This commit is contained in:
Adam Chalmers
2024-03-03 15:18:28 -06:00
committed by GitHub
parent 4d4a1d66e8
commit 85c30be333

View File

@ -7,7 +7,6 @@ use std::io::Read;
use anyhow::Result;
use oauth2::TokenResponse;
use std::process::Command;
use tauri::{InvokeError, Manager};
const DEFAULT_HOST: &str = "https://api.kittycad.io";