This commit is contained in:
2022-11-15 07:34:01 -06:00
parent 9a18bb56ab
commit d5450597dd
14 changed files with 79 additions and 50 deletions

View File

@@ -134,7 +134,7 @@ def roster(request):
def roster_import(request):
if request.method == "GET":
from pyteamsnap.objects import Member
from pyteamsnap.models import Member
gc_client = get_gamechanger_client(request)
season_slug = request.user.gamechanger_preferences.managed_team.season_slug