remove vcr
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user