File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ docs: update
2727
2828# : format all source files
2929format :
30- poetry run shed --refactor --py310-plus src/** /* .py tests/** / * .py
30+ poetry run shed --refactor --py310-plus src/** /* .py tests/* .py
3131
3232# : list avalible make targets
3333help :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " quart-injector"
3- version = " 0.0.0 -b1"
3+ version = " 0.0.1 -b1"
44description = " "
55authors = [" Daniel Knell <contact@danielknell.co.uk>" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 33"""
44import logging
55
6+ import injector
67import quart
78import quart .sessions
8- import injector
99
1010
1111class QuartModule (injector .Module ):
Original file line number Diff line number Diff line change 44
55
66import collections .abc
7+ import functools
78import inspect
89import typing
9- import functools
1010
11+ import injector
1112import quart
1213import quart .views
13- import injector
1414
15- import quart_injector .scope
1615import quart_injector .module
16+ import quart_injector .scope
1717
1818
1919def _wrap_view_class (
You can’t perform that action at this time.
0 commit comments