mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add missing '-> None' to all __init__ methods.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
from typing import Any
|
||||
|
||||
class NullTranslations:
|
||||
def __init__(self, fp=None): ...
|
||||
def __init__(self, fp=None) -> None: ...
|
||||
def add_fallback(self, fallback): ...
|
||||
def gettext(self, message): ...
|
||||
def lgettext(self, message): ...
|
||||
|
||||
Reference in New Issue
Block a user