mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
fix typing and lint issues from tox
Signed-off-by: David Greaves <david@dgreaves.com>
This commit is contained in:
parent
2a304259fe
commit
ce0aaffa86
2 changed files with 8 additions and 9 deletions
|
@ -22,12 +22,11 @@ Radicale tests with expand requests.
|
|||
|
||||
import os
|
||||
from typing import ClassVar, List
|
||||
from xml.etree import ElementTree
|
||||
|
||||
from radicale.log import logger
|
||||
from radicale.tests import BaseTest
|
||||
from radicale.tests.helpers import get_file_content
|
||||
from radicale.log import logger
|
||||
|
||||
from xml.etree import ElementTree
|
||||
|
||||
ONLY_DATES = True
|
||||
CONTAINS_TIMES = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue