Skip to content

Commit 476081b

Browse files
committed
drop async feature
1 parent ea03417 commit 476081b

File tree

3 files changed

+1
-61
lines changed

3 files changed

+1
-61
lines changed

kenallclient/asyncclient.py

-58
This file was deleted.

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test(session: nox.Session):
1111

1212
@nox.session
1313
def lint(session: nox.Session):
14-
session.install("-e", ".[async,dev]")
14+
session.install("-e", ".[dev]")
1515
session.run("black", "--check", "kenallclient")
1616
session.run("flake8", "kenallclient")
1717
session.run("mypy", "kenallclient")

setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ exclude =
1717
tests
1818

1919
[options.extras_require]
20-
async =
21-
aiohttp
2220
testing =
2321
pytest
2422
pytest-cov

0 commit comments

Comments
 (0)