mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 18:05:58 +08:00
make pep561 compliant
This commit is contained in:
6
django-stubs/contrib/admin/apps.pyi
Normal file
6
django-stubs/contrib/admin/apps.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
class AdminConfig:
|
||||
def ready(self) -> None: ...
|
||||
|
||||
|
||||
class SimpleAdminConfig:
|
||||
def ready(self) -> None: ...
|
||||
Reference in New Issue
Block a user