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 committed Oct 23, 2021
1 parent 8ac4dd7 commit ec7cd1a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 459 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
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.
108 changes: 0 additions & 108 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 ec7cd1a

Please sign in to comment.