mirror of https://github.com/zulip/zulip.git
refactor: Remove six.moves.input import.
This commit is contained in:
parent
14671fc7b9
commit
6b12fe24b6
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from six.moves import input
|
||||
import glob
|
||||
import os
|
||||
import sys
|
||||
|
|
|
@ -14,7 +14,6 @@ from zerver.lib.actions import do_create_user
|
|||
from zerver.lib.actions import notify_new_user
|
||||
from zerver.lib.initial_password import initial_password
|
||||
from zerver.lib.management import ZulipBaseCommand
|
||||
from six.moves import input
|
||||
|
||||
class Command(ZulipBaseCommand):
|
||||
help = """Create the specified user with a default initial password.
|
||||
|
|
Loading…
Reference in New Issue