mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-05 21:20:12 -06:00
add static type annotations
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_env_development(monkeypatch):
|
||||
def mock_env_development(monkeypatch: pytest.MonkeyPatch) -> None:
|
||||
monkeypatch.setenv("FLASK_ENV", "development")
|
||||
|
||||
Reference in New Issue
Block a user