From 105c09d9537c9f974727dbd7e29cd820d8ea31f4 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 4 Dec 2020 16:33:56 -0500 Subject: [PATCH] simplify Signed-off-by: Christine Dodrill --- src/bin/executor.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/executor.rs b/src/bin/executor.rs index 1c7ff3a..079874d 100644 --- a/src/bin/executor.rs +++ b/src/bin/executor.rs @@ -12,10 +12,9 @@ use std::{ process::{self, Output}, time, }; -use trisiel_api::api::Error::InternalServerError; use trisiel_api::{ api::{ - Error::{Database, Impossible, Subcommand}, + Error::{Database, Impossible, InternalServerError, Subcommand}, Result, }, models, schema, MainDatabase,