Skip to content

Commit cdb9c92

Browse files
committed
Fix import ordering
1 parent 7b543bc commit cdb9c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-graph/graphene-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ use clap::{Args, Parser, Subcommand};
44
use fern::colors::{Color, ColoredLevelConfig};
55
use futures::executor::block_on;
66
use graph_craft::application_io::EditorPreferences;
7+
use graph_craft::application_io::{PlatformApplicationIo, PlatformEditorApi};
78
use graph_craft::document::*;
89
use graph_craft::graphene_compiler::Compiler;
910
use graph_craft::proto::ProtoNetwork;
1011
use graph_craft::util::load_network;
11-
use graph_craft::application_io::{PlatformApplicationIo, PlatformEditorApi};
1212
use graphene_std::application_io::{ApplicationIo, NodeGraphUpdateMessage, NodeGraphUpdateSender};
1313
use graphene_std::text::FontCache;
1414
use interpreted_executor::dynamic_executor::DynamicExecutor;

0 commit comments

Comments
 (0)