Skip to content

Commit

Permalink
Clean up last bit of aiofiles after #1157 (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Jun 18, 2021
1 parent 42592d6 commit d917501
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
@@ -1,5 +1,4 @@
# Optionals
aiofiles
graphene
itsdangerous
jinja2
Expand All @@ -16,7 +15,6 @@ isort==5.*
mypy
types-requests
types-contextvars
types-aiofiles
types-PyYAML
types-dataclasses
pytest
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Expand Up @@ -27,8 +27,6 @@ xfail_strict=True
filterwarnings=
# Turn warnings that aren't filtered into exceptions
error
# https://github.com/Tinche/aiofiles/issues/81
ignore: "@coroutine" decorator is deprecated.*:DeprecationWarning
# Deprecated GraphQL (including https://github.com/graphql-python/graphene/issues/1055)
ignore: GraphQLApp is deprecated and will be removed in a future release\..*:DeprecationWarning
ignore: Using or importing the ABCs from 'collections' instead of from 'collections\.abc' is deprecated.*:DeprecationWarning
Expand Down

0 comments on commit d917501

Please sign in to comment.