Smith42 commited on
Commit
de9234b
·
verified ·
1 Parent(s): fcc5687

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -103,9 +103,4 @@ mit_code = ds_code["train"].filter(lambda x: x["license_type"] == "MIT")
103
 
104
  # Filter to Python files
105
  python_code = ds_code["train"].filter(lambda x: x["language"] == "Python")
106
- ```
107
-
108
- ## Source
109
-
110
- Built with [`scrape_ascl.py`](https://github.com/Smith42/filter-mint) from the
111
- [filter-mint](https://github.com/Smith42/filter-mint) repository.
 
103
 
104
  # Filter to Python files
105
  python_code = ds_code["train"].filter(lambda x: x["language"] == "Python")
106
+ ```