Added some type declarations
This commit is contained in:
parent
8b42e88817
commit
f53217cabf
@ -70,7 +70,7 @@ class BlinkerCompatibleEve(Eve):
|
||||
|
||||
|
||||
class PillarServer(BlinkerCompatibleEve):
|
||||
def __init__(self, app_root, **kwargs):
|
||||
def __init__(self, app_root: str, **kwargs) -> None:
|
||||
from .extension import PillarExtension
|
||||
from celery import Celery
|
||||
from flask_wtf.csrf import CSRFProtect
|
||||
|
Loading…
x
Reference in New Issue
Block a user