remove vcr

This commit is contained in:
2022-06-10 17:43:25 -05:00
parent ff8a26a577
commit 27f359d0bd
3 changed files with 5 additions and 20 deletions

View File

@@ -1,5 +1,3 @@
# TODO Remove VCR
import vcr
from django.shortcuts import render
import gamechanger.models as GcModels
@@ -8,7 +6,6 @@ from teamsnap.models import Opponent, Team
from teamsnap.utils import get_teamsnap_client
@vcr.use_cassette("gamecard/fixtures/gamecard.yaml", record_mode="new_episodes")
def gamecard(request, team_id, event_id):
import re