mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-13 22:51:59 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
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