Browse Source

code style

Bastien Sevajol 6 years ago
parent
commit
302ad90c5d
No account linked to committer's email
1 changed files with 2 additions and 5 deletions
  1. 2 5
      tracim/command/user.py

+ 2 - 5
tracim/command/user.py View File

@@ -8,11 +8,8 @@ from sqlalchemy.orm.exc import NoResultFound
8 8
 from tracim import CFG
9 9
 from tracim.command import AppContextCommand
10 10
 from tracim.command import Extender
11
-#from tracim.lib.auth.ldap import LDAPAuth
12
-#from tracim.lib.daemons import DaemonsManager
13
-#from tracim.lib.daemons import RadicaleDaemon
14
-#from tracim.lib.email import get_email_manager
15
-from tracim.exceptions import UserAlreadyExistError, GroupDoesNotExist
11
+from tracim.exceptions import UserAlreadyExistError
12
+from tracim.exceptions import GroupDoesNotExist
16 13
 from tracim.exceptions import NotificationNotSend
17 14
 from tracim.exceptions import BadCommandError
18 15
 from tracim.lib.core.group import GroupApi