Actualiser CenRa_METABASE/about_form.py

This commit is contained in:
Tom LAVEILLE 2024-12-19 11:49:29 +01:00
parent 0f6b4224c3
commit 5e71a891d0

View File

@ -16,7 +16,6 @@ ABOUT_FORM_CLASS, _ = uic.loadUiType(
)
)
class MetabaseAboutDialog(QDialog, ABOUT_FORM_CLASS):
""" About - Let the user display the about dialog. """