From 6e11ed552643a76b75ebcd5c4e185bcdd3898ccf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Jun 2022 07:41:01 +0530 Subject: [PATCH] pep8 --- recipes/distrowatch_weekly.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/distrowatch_weekly.recipe b/recipes/distrowatch_weekly.recipe index de16f73e4f..6920fe9e73 100644 --- a/recipes/distrowatch_weekly.recipe +++ b/recipes/distrowatch_weekly.recipe @@ -7,6 +7,7 @@ __license__ = "GPL v3" from calibre.web.feeds.news import BasicNewsRecipe import datetime + class DistroWatchWeekly(BasicNewsRecipe): title = "DistroWatch Weekly" description = "Weekly news about Linux distributions"