Skip to content

Commit

Permalink
Remove legacy examples (#5625)
Browse files Browse the repository at this point in the history
* Remove legacy examples.

* Add changes file.

* Revert exclude.

Co-authored-by: Andrew Svetlov <[email protected]>
  • Loading branch information
Dreamsorcerer and asvetlov authored Oct 23, 2021
1 parent f5bc200 commit b8da14c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 457 deletions.
1 change: 0 additions & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[mypy]
files = aiohttp, examples, tests
check_untyped_defs = True
exclude = examples/legacy/
follow_imports_for_stubs = True
#disallow_any_decorated = True
disallow_any_generics = True
Expand Down
1 change: 1 addition & 0 deletions CHANGES/5625.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove (broken) legacy examples.
106 changes: 0 additions & 106 deletions examples/legacy/crawl.py

This file was deleted.

178 changes: 0 additions & 178 deletions examples/legacy/srv.py

This file was deleted.

Loading

0 comments on commit b8da14c

Please sign in to comment.