Skip to content

Commit 57a5b9b

Browse files
committed
add missing uuid import
1 parent 5bfa2b8 commit 57a5b9b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/django-google-spanner/tests/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# https://developers.google.com/open-source/licenses/bsd
66

77
import os
8+
import uuid
89

910
DEBUG = True
1011
USE_TZ = True

packages/django-google-spanner/tests/system/django_spanner/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import os
88
import time
9+
import uuid
910

1011
from django.core.management import call_command
1112
from django.db import connection

0 commit comments

Comments
 (0)