mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 13:35:01 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
7
django-stubs-generated/core/mail/utils.pyi
Normal file
7
django-stubs-generated/core/mail/utils.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
|
||||
class CachedDnsName:
|
||||
def get_fqdn(self) -> str: ...
|
||||
|
||||
DNS_NAME: Any
|
||||
Reference in New Issue
Block a user