From 29e02c4321762e9c0efcbd2129885ff0af661b34 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 26 May 2018 18:15:23 -0700 Subject: refactor editgroup get --- rust/src/database_models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/database_models.rs') diff --git a/rust/src/database_models.rs b/rust/src/database_models.rs index b46d6ffb..b62492ab 100644 --- a/rust/src/database_models.rs +++ b/rust/src/database_models.rs @@ -1,9 +1,9 @@ use chrono; use database_schema::*; use errors::*; +use fatcat_api::models::EntityEdit; use serde_json; use uuid::Uuid; -use fatcat_api::models::EntityEdit; // Ugh. I thought the whole point was to *not* do this, but: // https://github.com/diesel-rs/diesel/issues/1589 -- cgit v1.2.3