From e55df04e362624e2f98274077a29ee65c8453070 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 1 Nov 2024 15:48:34 -0500 Subject: Lint ourselves Signed-off-by: Matt Strapp --- src/locusts.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/locusts.py') diff --git a/src/locusts.py b/src/locusts.py index f050133..c3d10ca 100644 --- a/src/locusts.py +++ b/src/locusts.py @@ -1,6 +1,8 @@ +"""Here be locusts.""" + def introduce_locusts(): - """ - Introduce locusts into your codebase. + """ + Introduce locusts into your codebase. - Note that locusts are not included with this package, you must provide your own. - """ + Note that locusts are not included with this package, you must provide your own. + """ -- cgit v1.2.3