Skip to content

Commit

Permalink
Fix test_annotation_access test case. (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: Germán Méndez Bravo <[email protected]>
  • Loading branch information
Kronuz and Kronuz authored Aug 14, 2020
1 parent c935fcb commit 825931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcst/metadata/tests/test_scope_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ def test_annotation_access(self) -> None:
from a import A, B, C, D, E, F
def x(a: A):
pass
def y(b: B):
def y(b: "B"):
pass
def z(c: Literal["C"]):
pass
Expand Down

0 comments on commit 825931a

Please sign in to comment.