Skip to content

Commit 1bbc84f

Browse files
authored
chore: remove duplicate import line (#379)
1 parent 1b08000 commit 1bbc84f

File tree

1 file changed

+0
-1
lines changed
  • packages/google-cloud-datastore/google/cloud/datastore

1 file changed

+0
-1
lines changed

packages/google-cloud-datastore/google/cloud/datastore/entity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class Entity(dict):
4444
4545
import uuid
4646
47-
from google.cloud import datastore
4847
from google.cloud import datastore
4948
5049
unique = str(uuid.uuid4())[0:8]

0 commit comments

Comments
 (0)