Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent fc6376f commit b781336
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions morepath/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
See also :class:`morepath.directive.IdentityPolicyRegistry`
"""

import abc


Expand Down
1 change: 1 addition & 0 deletions morepath/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
subclass of :class:`morepath.App`. We do not guarantee we won't break
your code with future version of Morepath if you do that, though.
"""

import re

from reg import KeyIndex, ClassIndex
Expand Down
1 change: 0 additions & 1 deletion morepath/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
See also :class:`morepath.directive.PathRegistry`
"""


from dectate import DirectiveError
from reg import arginfo, methodify
from urllib.parse import urlencode, quote
Expand Down
1 change: 1 addition & 0 deletions morepath/toposort.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Topological sort functionality.
"""

from dectate import topological_sort


Expand Down
1 change: 1 addition & 0 deletions morepath/tween.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
See also :class:`morepath.directive.TweenRegistry`
"""

from .toposort import toposorted, Info


Expand Down

0 comments on commit b781336

Please sign in to comment.