Skip to content

Commit 5acca71

Browse files
committed
doc: explain type ignore
1 parent 55c6d7c commit 5acca71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_make_graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_try_load_feedstock(
1818
fake_lazy_json = FakeLazyJson() # empty dict
1919

2020
with fake_lazy_json as loaded_lazy_json:
21+
# FakeLazyJson is not an instance of LazyJson
2122
# noinspection PyTypeChecker
2223
data = try_load_feedstock(feedstock, loaded_lazy_json, mark_not_archived).data # type: ignore
2324

0 commit comments

Comments
 (0)