Skip to content

Commit c2c1d59

Browse files
committed
Fix PEP8 E301 error.
1 parent 2ada8a8 commit c2c1d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcloud/datastore/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Create / interact with gcloud datastore datasets."""
22

3+
34
class Dataset(object):
45
"""A dataset in the Cloud Datastore.
56

0 commit comments

Comments
 (0)