We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dd356 commit c0269f9Copy full SHA for c0269f9
1 file changed
src/blueapi/service/openapi.py
@@ -2,10 +2,10 @@
2
3
from collections.abc import Mapping
4
from pathlib import Path
5
+from typing import Any
6
7
import yaml
8
from fastapi.openapi.utils import get_openapi
-from pyparsing import Any
9
10
from blueapi.config import ApplicationConfig
11
from blueapi.service.main import get_app
0 commit comments