Redefinition of unused 'argparse' from line 1:
3 import argparseRedefinition of unused 'gds' from line 2:
5 import gdsLine too long (131 > 79 characters):
15 help='The directory where [dataset]/data can be found (or should be downloaded to, if it does not exist).')Line too long (227 > 79 characters):
17 help=f'Specify a space-separated list of dataset names to download. If left unspecified, the script will download all of the official benchmark datasets. Available choices are {gds.supported_datasets}.')Line too long (99 > 79 characters):
25 raise ValueError(f'{dataset} not recognized; must be one of {gds.supported_datasets}.')