Skip to content

Commit 3807291

Browse files
author
Thomas Preud'homme
committed
Fix return type in baseline()'s type hint
Reviewed By: danilaml Differential Revision: https://reviews.llvm.org/D95066
1 parent c8a6486 commit 3807291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnt/server/ui/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ class MatrixOptions(Form):
16581658

16591659

16601660
def baseline():
1661-
# type: () -> Optional[testsuitedb.Baseline]
1661+
# type: () -> Optional[testsuitedb.TestSuiteDB.Baseline]
16621662
"""Get the baseline object from the user's current session baseline value
16631663
or None if one is not defined.
16641664
"""

0 commit comments

Comments
 (0)