Skip to content

Commit 9452535

Browse files
Make linter shut up
1 parent b4ac572 commit 9452535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wikitextprocessor/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class Wtp:
283283
"wiki_notices", # WIKI error messages
284284
"wikidata_session",
285285
"linktrailing_re",
286-
"quiet_output", # Prevent errors printed to stdout
286+
"quiet_output", # Prevent errors printed to stdout
287287
)
288288

289289
def __init__(

0 commit comments

Comments
 (0)