Skip to content

Commit a8ebe3d

Browse files
committed
self added
1 parent cc1db95 commit a8ebe3d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build/lib/data_setup/test_data_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self):
2525
{"email":"[email protected]","creation_date":"05-28-2022 09:54:50","last_activity_date":"12-18-2021 21:48:48","firstname":"Jeremy","lastname":"Knight","address":"06183 Acevedo Bypass - Petermouth, ME 34177","city":"West Brianburgh","last_ip":"53.240.159.208","postcode":"73380"}
2626
{"id":"invalid ID","email":"[email protected]","creation_date":"12-20-2021 19:57:28","last_activity_date":"07-27-2021 09:39:28","firstname":"Angela","lastname":"Adams","address":"098 Daniel Ferry Suite 565 - South Andrea, ND 36326","city":"New Mariafort","last_ip":"7.176.250.65","postcode":"21300"}"""
2727

28-
def get_data_description():
28+
def get_data_description(self):
2929
return """There are two datasets in this repository:
3030
1. spend_csv
3131
column-names: id,age,annual_income,spending_core

data_setup/test_data_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self):
2525
{"email":"[email protected]","creation_date":"05-28-2022 09:54:50","last_activity_date":"12-18-2021 21:48:48","firstname":"Jeremy","lastname":"Knight","address":"06183 Acevedo Bypass - Petermouth, ME 34177","city":"West Brianburgh","last_ip":"53.240.159.208","postcode":"73380"}
2626
{"id":"invalid ID","email":"[email protected]","creation_date":"12-20-2021 19:57:28","last_activity_date":"07-27-2021 09:39:28","firstname":"Angela","lastname":"Adams","address":"098 Daniel Ferry Suite 565 - South Andrea, ND 36326","city":"New Mariafort","last_ip":"7.176.250.65","postcode":"21300"}"""
2727

28-
def get_data_description():
28+
def get_data_description(self):
2929
return """There are two datasets in this repository:
3030
1. spend_csv
3131
column-names: id,age,annual_income,spending_core
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)