From c040deb0afdea477fb53563bae1863027672b15e Mon Sep 17 00:00:00 2001 From: David Culley <6276049+davidculley@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:49:31 +0200 Subject: [PATCH] fix: add missing import Properly `import os`. --- qt/aqt/editor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 5f33c78c6..437fadc66 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -9,6 +9,7 @@ import html import itertools import json import mimetypes +import os import re import urllib.error import urllib.parse