Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Feb 21, 2024
1 parent ad38a2e commit 6f2a83c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cumulus/parachains/runtimes/testing/penpal/src/pallets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#![cfg_attr(not(feature = "std"), no_std)]

pub mod transact_helper;
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub mod pallet {
use frame_support::pallet_prelude::*;
use frame_system::pallet_prelude::*;
use sp_core::H160;
use sp_std::vec::Vec;
use xcm::prelude::*;
use xcm_executor::traits::XcmAssetTransfers;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ use parachains_common::xcm_config::{AllSiblingSystemParachains, RelayOrOtherSyst
use polkadot_parachain_primitives::primitives::Sibling;
use polkadot_runtime_common::impls::ToAuthor;
use sp_runtime::traits::{AccountIdConversion, Zero};
use sp_std::vec::Vec;
use testnet_parachains_constants::rococo::snowbridge::EthereumNetwork;
use xcm::latest::prelude::*;
#[allow(deprecated)]
Expand Down

0 comments on commit 6f2a83c

Please sign in to comment.