mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
learn to make tox happy
This commit is contained in:
parent
b24eae8369
commit
a72964ab3f
4 changed files with 8 additions and 9 deletions
|
@ -1,9 +1,10 @@
|
|||
import json
|
||||
from enum import Enum
|
||||
from typing import Sequence
|
||||
|
||||
from radicale import pathutils, utils
|
||||
|
||||
INTERNAL_TYPES = ("none", "rabbitmq")
|
||||
INTERNAL_TYPES: Sequence[str] = ("none", "rabbitmq")
|
||||
|
||||
|
||||
def load(configuration):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue