mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Sort imports
This commit is contained in:
parent
4b74102e1c
commit
221379ef85
7 changed files with 9 additions and 13 deletions
|
@ -40,8 +40,8 @@ Leading or ending slashes are trimmed from collection's path.
|
|||
import os.path
|
||||
import re
|
||||
from configparser import ConfigParser
|
||||
from io import StringIO
|
||||
from importlib import import_module
|
||||
from io import StringIO
|
||||
|
||||
|
||||
def load(configuration, logger):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue