lint
This commit is contained in:
parent
10ffdff2c3
commit
20fad30a06
4 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ class Bridgelines(BaseModel):
|
|||
title = "Bridgelines Version 1"
|
||||
|
||||
|
||||
def bridgelines(_, *, distribution_method: Optional[str] = None) -> Dict[str, Any]:
|
||||
def bridgelines(_: Optional[Pool], *, distribution_method: Optional[str] = None) -> Dict[str, Any]:
|
||||
bridges: Iterable[Bridge] = Bridge.query.filter(
|
||||
Bridge.destroyed.is_(None),
|
||||
Bridge.deprecated.is_(None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue