add type hints to plugin config models

This commit is contained in:
Nick Sweeting 2024-02-08 05:55:02 -08:00
parent 97b185987d
commit 777694eb1a
4 changed files with 36 additions and 31 deletions

View file

@ -1,4 +1,4 @@
# __package__ = 'archivebox.plugins.system'
__package__ = 'archivebox.plugins.system'
from django.apps import AppConfig
@ -6,7 +6,6 @@ from django.apps import AppConfig
class SystemPluginAppConfig(AppConfig):
name = "plugins.system"
# label = "ArchiveBox System"
verbose_name = "Host System Configuration"
default_auto_field = "django.db.models.AutoField"