Skip to content

Commit

Permalink
chore: remove duplicate import line (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee committed Oct 31, 2022
1 parent 64304cc commit a3cf688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/datastore/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class Entity(dict):
import uuid
from google.cloud import datastore
from google.cloud import datastore
unique = str(uuid.uuid4())[0:8]
Expand Down

0 comments on commit a3cf688

Please sign in to comment.