From 964fcb2e07fc4995e3057fd66944a41e63d0fe61 Mon Sep 17 00:00:00 2001 From: "daniel.eades" Date: Mon, 1 Aug 2022 17:05:25 +0100 Subject: Fix flake8 5.0.0 reported formatting errors --- doc/development/tutorials/examples/recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/tutorials/examples/recipe.py') diff --git a/doc/development/tutorials/examples/recipe.py b/doc/development/tutorials/examples/recipe.py index 7af8af90d..f917f15c9 100644 --- a/doc/development/tutorials/examples/recipe.py +++ b/doc/development/tutorials/examples/recipe.py @@ -121,7 +121,7 @@ class RecipeDomain(Domain): def get_objects(self): for obj in self.data['recipes']: - yield(obj) + yield obj def resolve_xref(self, env, fromdocname, builder, typ, target, node, contnode): -- cgit v1.2.1