dcayton commited on
Commit
9bb0117
1 Parent(s): 6927e11

parenthesis fix

Browse files
Files changed (1) hide show
  1. nba_tracking_data_15_16.py +0 -1
nba_tracking_data_15_16.py CHANGED
@@ -85,7 +85,6 @@ class NbaTracking(datasets.GeneratorBasedBuilder):
85
  # "jersey": datasets.Value("string"),
86
  # "position": datasets.Value("string")
87
  # })
88
- },
89
  "moments": datasets.Sequence(
90
  # question, how to indicate lists of lists of different types
91
  {
 
85
  # "jersey": datasets.Value("string"),
86
  # "position": datasets.Value("string")
87
  # })
 
88
  "moments": datasets.Sequence(
89
  # question, how to indicate lists of lists of different types
90
  {