Skip to content

Commit 0a460bc

Browse files
committed
black reformat, not super happy with this one
1 parent c9f648a commit 0a460bc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

hug/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def __init__(self, api):
7878

7979
class HTTPInterfaceAPI(InterfaceAPI):
8080
"""Defines the HTTP interface specific API"""
81+
8182
__slots__ = (
8283
"routes",
8384
"versions",

hug/route.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
from falcon import HTTP_METHODS
2828

2929
import hug.api
30-
from hug.routing import CLIRouter as cli # noqa: N813
30+
from hug.routing import CLIRouter as cli # noqa: N813
3131
from hug.routing import ExceptionRouter as exception # noqa: N813
32-
from hug.routing import LocalRouter as local # noqa: N813
33-
from hug.routing import NotFoundRouter as not_found # noqa: N813
34-
from hug.routing import SinkRouter as sink # noqa: N813
35-
from hug.routing import StaticRouter as static # noqa: N813
36-
from hug.routing import URLRouter as http # noqa: N813
32+
from hug.routing import LocalRouter as local # noqa: N813
33+
from hug.routing import NotFoundRouter as not_found # noqa: N813
34+
from hug.routing import SinkRouter as sink # noqa: N813
35+
from hug.routing import StaticRouter as static # noqa: N813
36+
from hug.routing import URLRouter as http # noqa: N813
3737

3838

3939
class Object(http):

0 commit comments

Comments
 (0)