mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 18:05:58 +08:00
improved version
This commit is contained in:
@@ -5,4 +5,4 @@ from typing import (
|
||||
|
||||
|
||||
class Loader:
|
||||
def get_dirs(self) -> Union[Tuple[str, str, str, str], Tuple[str, str, str], Tuple[str], Tuple[str, str]]: ...
|
||||
def get_dirs(self) -> Union[Tuple[str, str], Tuple[str, str, str], Tuple[str], Tuple[str, str, str, str]]: ...
|
||||
Reference in New Issue
Block a user