Remove unused imports introduced in #3239. (#3252)

Partly due to interaction with #3191.
This commit is contained in:
Jim Posen
2019-07-30 14:30:01 +02:00
committed by GitHub
parent d0eb909b30
commit 1295260f2b
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -42,7 +42,6 @@ finality_tracker = { package = "srml-finality-tracker", path = "../../srml/final
contracts = { package = "srml-contracts", path = "../../srml/contracts" }
system = { package = "srml-system", path = "../../srml/system" }
balances = { package = "srml-balances", path = "../../srml/balances" }
support = { package = "srml-support", path = "../../srml/support", default-features = false }
[dev-dependencies]
babe = { package = "substrate-consensus-babe", path = "../../core/consensus/babe", features = ["test-helpers"] }