From 23d3e19db942e87332ddf4415bccc59ea30e1b69 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 29 Mar 2025 13:56:20 -0400 Subject: [PATCH] [scrobbles] Fixes typo in transaction import --- vrobbler/apps/scrobbles/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/apps/scrobbles/utils.py b/vrobbler/apps/scrobbles/utils.py index 8897ec4..f86fdc4 100644 --- a/vrobbler/apps/scrobbles/utils.py +++ b/vrobbler/apps/scrobbles/utils.py @@ -7,7 +7,7 @@ from sqlite3 import IntegrityError import pytz from django.apps import apps from django.contrib.auth import get_user_model -from django.db import models, transcation +from django.db import models, transaction from django.utils import timezone from profiles.models import UserProfile from profiles.utils import now_user_timezone