Forgot to import a module

This commit is contained in:
Vishal 2024-09-25 02:13:55 +05:30 committed by GitHub
parent fee6e59440
commit 6f26ff0cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ import logging
from typing import cast, override
import bauiv1 as bui
import bascenev1 as bs
class BenchmarksAndStressTestsWindow(bui.MainWindow):