Skip to content

Commit

Permalink
Remove unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ghatighorias committed Oct 30, 2017
1 parent 68769aa commit 34b744d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/course_planner_web/controllers/term_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule CoursePlannerWeb.TermController do
@moduledoc false
use CoursePlannerWeb, :controller

alias CoursePlanner.{Terms, Terms.Term}
alias CoursePlanner.Terms
alias Ecto.Changeset

import Canary.Plugs
Expand Down

0 comments on commit 34b744d

Please sign in to comment.