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
|
@ -22,11 +22,11 @@ http://docs.python.org/library/logging.config.html
|
|||
|
||||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
import logging
|
||||
import logging.config
|
||||
import os
|
||||
import signal
|
||||
import sys
|
||||
|
||||
|
||||
def configure_from_file(filename, debug, logger):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue