Skip to content

Commit d487923

Browse files
committed
Bumpy pyright to 1.1.317
1 parent bc7735d commit d487923

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deps/requirements-pyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyright==1.1.316
1+
pyright==1.1.317

tests/annotations/declarations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,6 @@ def zen_f(x: int) -> str:
10941094
def zen_f2(x: int) -> str:
10951095
...
10961096

1097-
zen_f2
10981097
assert_type(zen_f2({"a": 1}), str)
10991098
assert_type(zen_f2(DictConfig({"a": 1})), str)
11001099
assert_type(zen_f2("some yaml"), str)

0 commit comments

Comments
 (0)