Object name closer aligns to file and module name
Browse files
pest-management-opendata.py
CHANGED
@@ -141,7 +141,7 @@ class ExampleManager:
|
|
141 |
#
|
142 |
#
|
143 |
#
|
144 |
-
class
|
145 |
_bucket = urlparse('s3://wadhwaniai-agri-opendata')
|
146 |
|
147 |
def _info(self):
|
|
|
141 |
#
|
142 |
#
|
143 |
#
|
144 |
+
class PestManagementOpendata(GeneratorBasedBuilder):
|
145 |
_bucket = urlparse('s3://wadhwaniai-agri-opendata')
|
146 |
|
147 |
def _info(self):
|