From ace37138a976fe4915af71ae6992bb327c64d3cc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 7 Nov 2024 18:29:37 -0600 Subject: fix pylint errors for wordlist.py --- yoshi/wordlist.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yoshi') diff --git a/yoshi/wordlist.py b/yoshi/wordlist.py index af03a6f..3ea052e 100644 --- a/yoshi/wordlist.py +++ b/yoshi/wordlist.py @@ -1,3 +1,7 @@ +""" +A list of words to be used in XKCD-style passphrases. +""" + WORDLIST = [ "abacus", "abdomen", -- cgit v1.2.3-70-g09d2