mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -2,7 +2,6 @@ from typing import Any, List, Optional, Tuple
|
||||
|
||||
from django.core.management.base import BaseCommand, CommandParser
|
||||
|
||||
|
||||
def has_bom(fn: str) -> bool: ...
|
||||
def is_writable(path: str) -> bool: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user