Skip to content

Commit

Permalink
regen fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Oct 2, 2023
1 parent 57bc65a commit 415de0e
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions libcst/tests/pyre/simple_class.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
},
{
"annotation": "None",
"annotation": "typing.Type[None]",
"location": {
"start": {
"column": 34,
Expand Down Expand Up @@ -208,19 +208,6 @@
}
}
},
{
"annotation": "BoundMethod[typing.Callable(typing.GenericMeta.__getitem__)[[Named(self, unknown), typing.Type[Variable[typing._T_co](covariant)]], typing.Type[typing.Sequence[Variable[typing._T_co](covariant)]]], typing.Type[typing.Sequence]]",
"location": {
"start": {
"column": 35,
"line": 16
},
"stop": {
"column": 43,
"line": 16
}
}
},
{
"annotation": "typing.Type[typing.Sequence[simple_class.Item]]",
"location": {
Expand All @@ -234,19 +221,6 @@
}
}
},
{
"annotation": "typing.Type[simple_class.Item]",
"location": {
"start": {
"column": 44,
"line": 16
},
"stop": {
"column": 48,
"line": 16
}
}
},
{
"annotation": "typing.List[simple_class.Item]",
"location": {
Expand Down Expand Up @@ -469,7 +443,7 @@
}
},
{
"annotation": "typing.Sequence[simple_class.Item]",
"annotation": "simple_class.Item",
"location": {
"start": {
"column": 12,
Expand Down

0 comments on commit 415de0e

Please sign in to comment.