Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Clemens committed Jun 27, 2018
1 parent 86f457a commit 48cfdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/src/database/models/pastes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use chrono::{NaiveDateTime, Utc};
use diesel;
use diesel::prelude::*;

use git2::{Signature, Repository, DiffOptions, IndexAddOption, Status};
use git2::{Signature, Repository, IndexAddOption, Status};

use rocket::http::Status as HttpStatus;

Expand Down

0 comments on commit 48cfdd8

Please sign in to comment.