mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove useless imports
This commit is contained in:
parent
b754bdef53
commit
43217c6fb2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import errno
|
|||
import os
|
||||
import dns.resolver
|
||||
import cPickle as pickle
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import datetime
|
||||
|
||||
from moulinette.core import MoulinetteError
|
||||
from moulinette.utils.log import getActionLogger
|
||||
|
|
Loading…
Add table
Reference in a new issue