From cd4cb2ead245d436726c3b16310e1a9e85861bf5 Mon Sep 17 00:00:00 2001 From: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:51:04 +0100 Subject: [PATCH] Fix check error --- .gitignore | 1 + aqt/helper.py | 1 - aqt/settings.ini | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c4d53b86..5df3509d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ Qt/ qtaccount.ini .pytest_cache .run/ +.python-version diff --git a/aqt/helper.py b/aqt/helper.py index cb4c4036..92976ac9 100644 --- a/aqt/helper.py +++ b/aqt/helper.py @@ -24,7 +24,6 @@ import os import posixpath import secrets -import shlex import shutil import subprocess import sys diff --git a/aqt/settings.ini b/aqt/settings.ini index d3541443..75124334 100644 --- a/aqt/settings.ini +++ b/aqt/settings.ini @@ -253,4 +253,4 @@ patches : 0193-Remove-the-unnecessary-template-parameter-from-the-c.patch 0194-Fix-memory-leak-when-using-small-caps-font.patch 0195-Make-sure-_q_printerChanged-is-called-even-if-only-p.patch - 0196-fix-Alt-shortcut-on-non-US-layouts.patch + 0196-fix-Alt-shortcut-on-non-US-layouts.patch \ No newline at end of file