mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 13:35:01 +08:00
black reformat, some fixes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
def file_move_safe(old_file_name: str, new_file_name: str, chunk_size: int = ..., allow_overwrite: bool = ...) -> None: ...
|
||||
def file_move_safe(
|
||||
old_file_name: str, new_file_name: str, chunk_size: int = ..., allow_overwrite: bool = ...
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user