gkrishnan commited on
Commit
08dc9e2
1 Parent(s): 1018f06

Update shakespeare.pkl

Browse files
Files changed (1) hide show
  1. shakespeare.pkl +0 -6
shakespeare.pkl CHANGED
@@ -1,6 +0,0 @@
1
- import pickle
2
-
3
- github_url = "https://github.com/TheMITTech/shakespeare"
4
-
5
- with open('shakespeare.pkl', 'wb') as fp:
6
- pickle.dump(github_url, fp)