From 9de5c25926f4ddb3f699dc05306e80afdab16d0c Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 30 Apr 2024 12:53:44 -0700 Subject: [PATCH] bugfixes window size --- afc/defaultConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afc/defaultConfig.py b/afc/defaultConfig.py index b23e9f0..ec766ce 100644 --- a/afc/defaultConfig.py +++ b/afc/defaultConfig.py @@ -8,7 +8,7 @@ """ # pylint: disable=too-many-arguments, bare-except, too-many-locals -# pylint: disable=invalid-name, dangerous-default-value +# pylint: disable=invalid-name, dangerous-default-value, unused-argument import os import sys