Skip to content

Commit d48cd1a

Browse files
committed
Reflow decorators order
1 parent ff50adf commit d48cd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
class AbstractRouter(metaclass=ABCMeta):
66

7-
@abstractmethod
87
@asyncio.coroutine
8+
@abstractmethod
99
def resolve(self, request):
1010
"""Return MATCH_INFO for given request"""
1111

0 commit comments

Comments
 (0)