Skip to content

Commit

Permalink
Merge pull request #267 from grepthink/sean/import-fix
Browse files Browse the repository at this point in the history
Rearrange Imports
  • Loading branch information
Kapn committed Jun 22, 2020
2 parents 10ac504 + 0ab9e64 commit 7715076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teamwork/apps/profiles/views/EditProfileView.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
HttpResponseRedirect, JsonResponse)
from django.shortcuts import get_object_or_404, redirect, render
# Form Imports
from teamwork.apps.profiles.forms import ProfileForm, Skills, User
from teamwork.apps.profiles.models import Profile
from teamwork.apps.profiles.forms import ProfileForm
from teamwork.apps.profiles.models import Profile, Skills, User
# View Imports
from teamwork.apps.profiles.views.ProfileView import view_profile

Expand Down

0 comments on commit 7715076

Please sign in to comment.