Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
ae0b5c5c
Commit
ae0b5c5c
authored
2 weeks ago
by
Seemant Aggarwal
Browse files
Options
Downloads
Patches
Plain Diff
remove thread::sleep dependency import
parent
97f45c26
Branches
Branches containing commit
No related merge requests found
Pipeline
#518321
waiting for manual action with stages
in 1 hour, 21 minutes, and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/client/cli/src/commands/export_chain_spec_cmd.rs
+0
-1
0 additions, 1 deletion
substrate/client/cli/src/commands/export_chain_spec_cmd.rs
with
0 additions
and
1 deletion
substrate/client/cli/src/commands/export_chain_spec_cmd.rs
+
0
−
1
View file @
ae0b5c5c
...
...
@@ -23,7 +23,6 @@ use std::{
fs
,
io
::{
self
,
Write
},
path
::
PathBuf
,
thread
::
sleep
,
};
/// Export a chain-spec to a JSON file in plain or in raw storage format.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment