hysts HF staff commited on
Commit
94e8b0f
1 Parent(s): 08080f2

Remove published_at column

Browse files
Files changed (1) hide show
  1. papers.py +0 -1
papers.py CHANGED
@@ -85,7 +85,6 @@ class PaperList:
85
  ['paper_page', 'markdown'],
86
  ['title', 'str'],
87
  ['github', 'markdown'],
88
- ['published_at', 'str'],
89
  ['upvotes', 'number'],
90
  ]
91
 
 
85
  ['paper_page', 'markdown'],
86
  ['title', 'str'],
87
  ['github', 'markdown'],
 
88
  ['upvotes', 'number'],
89
  ]
90