Skip to content

Commit

Permalink
Remove unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ggpasqualino committed Jun 14, 2017
1 parent 93601c5 commit 801989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/offered_course_controller_test.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule CoursePlanner.OfferedCourseControllerTest do
use CoursePlanner.ConnCase

alias CoursePlanner.{Course, OfferedCourse, Repo, Terms, User}
alias CoursePlanner.{Course, OfferedCourse, Repo, Terms}
import CoursePlanner.Factory

def valid_attrs do
Expand Down

0 comments on commit 801989d

Please sign in to comment.