aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/fileset_generic.py
Commit message (Collapse)AuthorAgeFilesLines
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* generic fileset importer class, with test coverageBryan Newbold2021-10-141-0/+83