Skip to content

Commit

Permalink
Cleanup (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Jul 27, 2024
1 parent ae4766b commit 027662b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pulumi_wasm_generator_lib/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use pulumi_wasm_generator_lib::{generate_rust_library, generate_wasm_provider};
use std::fs;
use std::path::{Path, PathBuf};
use std::process::Command;
const REGENERATE_TESTS: bool = false;

#[test]
fn random() -> Result<()> {
Expand Down
1 change: 0 additions & 1 deletion pulumi_wasm_runner/src/create_final_component.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use anyhow::Context;
use anyhow::Result;
use directories::BaseDirs;
use futures::{StreamExt, TryFutureExt};
use regex::Regex;
use std::collections::{HashMap, HashSet};
use std::path::PathBuf;
Expand Down
2 changes: 1 addition & 1 deletion pulumi_wasm_runner/src/pulumi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use anyhow::Error;
use async_trait::async_trait;
use log::info;
use prost::Message;
use wasmtime::component::{Component, Instance, Linker, ResourceTable};
use wasmtime::component::{Component, Linker, ResourceTable};
use wasmtime::Store;
use wasmtime_wasi::{WasiCtx, WasiCtxBuilder, WasiView};

Expand Down

0 comments on commit 027662b

Please sign in to comment.