Skip to content

Commit

Permalink
chore(linting): remove duplicated lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
xcixor committed Jul 26, 2019
1 parent df05799 commit beec9e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hirola/front/tests/dashboard/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import pytz
from front.base_test import (BaseTestCase, Client)
from front.tests.test_users import UserSignupTestCase
from front.models import (
Review, User, ShippingAddress, Order, OrderStatus, Cart, CancelledOrder)
from front.models import (
Review, User, ShippingAddress, Order, OrderStatus, Cart, CancelledOrder,
PhoneModelList)
Expand Down

0 comments on commit beec9e5

Please sign in to comment.