sheikh commited on
Commit
a258d1a
·
1 Parent(s): a43fe2d

Update SLR.py

Browse files
Files changed (1) hide show
  1. SLR.py +1 -1
SLR.py CHANGED
@@ -51,7 +51,7 @@ class SLRConfig(datasets.BuilderConfig):
51
  Args:
52
  **kwargs: keyword arguments forwarded to super.
53
  """
54
- super(SRLConfig, self).__init__(**kwargs)
55
 
56
 
57
  class SLR(datasets.GeneratorBasedBuilder):
 
51
  Args:
52
  **kwargs: keyword arguments forwarded to super.
53
  """
54
+ super(SLRConfig, self).__init__(**kwargs)
55
 
56
 
57
  class SLR(datasets.GeneratorBasedBuilder):