Julia Moska commited on
Commit
a555323
·
1 Parent(s): 4c09cc9

added intial loader

Browse files
Files changed (1) hide show
  1. airbnb_multicity.py +1 -1
airbnb_multicity.py CHANGED
@@ -15,7 +15,7 @@ class AirbnbDatasetConfig(datasets.BuilderConfig):
15
  **kwargs: keyword arguments forwarded to super.
16
  """
17
  super(AirbnbDatasetConfig, self).__init__(**kwargs)
18
- self.data_url=data_url
19
 
20
 
21
 
 
15
  **kwargs: keyword arguments forwarded to super.
16
  """
17
  super(AirbnbDatasetConfig, self).__init__(**kwargs)
18
+
19
 
20
 
21