Remove published_at column
Browse files
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 |
|