aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/database_models.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-26 18:15:23 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-26 18:18:51 -0700
commit29e02c4321762e9c0efcbd2129885ff0af661b34 (patch)
tree82953028df3a5f6e8a31720d044880c6278e074f /rust/src/database_models.rs
parent27052a8e1332669e23d0f36b6aad9cd324c9ec51 (diff)
downloadfatcat-29e02c4321762e9c0efcbd2129885ff0af661b34.tar.gz
fatcat-29e02c4321762e9c0efcbd2129885ff0af661b34.zip
refactor editgroup get
Diffstat (limited to 'rust/src/database_models.rs')
-rw-r--r--rust/src/database_models.rs2
1 files changed, 1 insertions, 1 deletions
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