cli: fix build error due to wrong import path

This commit is contained in:
Mikolaj Wielgus 2024-09-29 16:18:54 +02:00
parent 592c168742
commit 41f01c780f
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
use clap::Parser;
use std::fs::File;
use std::io::BufReader;
use topola::autorouter::execute::Command;
use topola::autorouter::history::History;
use topola::autorouter::invoker::Command;
use topola::autorouter::invoker::Invoker;
use topola::autorouter::selection::PinSelection;
use topola::autorouter::Autorouter;