From 07749afef7493d53732f1bed1d9707406f2914b4 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:20:35 -0400 Subject: [PATCH] I think I actually fixed it this time --- .pylintrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pylintrc b/.pylintrc index 556a704..ee29acf 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,5 +1,5 @@ [MESSAGES CONTROL] disable= - missing-module-docstring, - missing-function-docstring, - missing-class-docstring \ No newline at end of file + missing-module-docstring, + missing-function-docstring, + missing-class-docstring \ No newline at end of file