Skip to content

Commit

Permalink
Reorder imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervarkoly committed Sep 12, 2024
1 parent b47c76e commit a7f33c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions radicale/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
"""

from typing import Sequence, Tuple, Union
from typing import Sequence, Set, Tuple, Union

from radicale import config, types, utils
from radicale.log import logger
from typing import Set

INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
"denyall",
Expand Down
5 changes: 1 addition & 4 deletions radicale/rights/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@
"""

from typing import Sequence
from typing import Sequence, Set

from radicale import config, utils

from typing import Set


INTERNAL_TYPES: Sequence[str] = ("authenticated", "owner_write", "owner_only",
"from_file")

Expand Down

0 comments on commit a7f33c8

Please sign in to comment.