mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
reformat with black
This commit is contained in:
@@ -6,6 +6,7 @@ from typing import Any
|
||||
|
||||
from datetime import timedelta
|
||||
from typing import Tuple
|
||||
|
||||
def _get_duration_components(duration: timedelta) -> Tuple[int, int, int, int, int]: ...
|
||||
def duration_string(duration: timedelta) -> str: ...
|
||||
def duration_iso_string(duration: timedelta) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user