This commit is contained in:
Kovid Goyal 2024-01-04 14:04:51 +05:30
parent 0f5b6c523c
commit adfc877853
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,6 @@
from __future__ import absolute_import, division, print_function, unicode_literals
import json
import re
from pprint import pformat
from calibre.web.feeds.news import BasicNewsRecipe

View File

@ -2,7 +2,7 @@
# vim:fileencoding=utf-8
from __future__ import absolute_import, division, print_function, unicode_literals
import json, re
import json
from datetime import date
from pprint import pformat