dcayton commited on
Commit
21d9e0c
1 Parent(s): 107a6e2

delete args

Browse files
Files changed (1) hide show
  1. nba_tracking_data_15_16.py +1 -1
nba_tracking_data_15_16.py CHANGED
@@ -73,7 +73,7 @@ class NbaTrackingConfig(datasets.BuilderConfig):
73
  """BuilderConfig for NbaTracking"""
74
 
75
  def __init__(self, **kwargs):
76
- super().__init__(*args, **kwargs)
77
 
78
  class NbaTracking(datasets.GeneratorBasedBuilder):
79
  """Tracking data for all games of 2015-2016 season in forms of coordinates for players and ball at each moment."""
 
73
  """BuilderConfig for NbaTracking"""
74
 
75
  def __init__(self, **kwargs):
76
+ super().__init__(**kwargs)
77
 
78
  class NbaTracking(datasets.GeneratorBasedBuilder):
79
  """Tracking data for all games of 2015-2016 season in forms of coordinates for players and ball at each moment."""