Skip to content

Commit f209e6a

Browse files
akbakb
authored andcommitted
Run pre-commit -a
1 parent cafd375 commit f209e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ default_section = THIRDPARTY
2727
forced_separate = test_mario
2828
not_skip = __init__.py
2929
skip = migrations
30-
known_third_party=aiohttp,appdirs,async_exit_stack,async_generator,async_timeout,attr,click,contextvars,hypothesis,lxml,marshmallow,parso,pkg_resources,pyrsistent,pytest,requests,setuptools,toml,toolz,trio,trio_typing
30+
known_third_party=aiohttp,appdirs,async_exit_stack,async_generator,async_timeout,attr,click,hypothesis,lxml,marshmallow,parso,pkg_resources,pyrsistent,pytest,requests,setuptools,toml,toolz,trio,trio_typing
3131
ignore =
3232
.flake8
3333
dev-requirements.in

tests/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import asyncio
22
import contextlib
3+
import contextvars
34
import datetime
45
import itertools
56
import json
67
import sys
78

89
import attr
9-
import contextvars
1010
from aiohttp import web
1111

1212

0 commit comments

Comments
 (0)