diff --git a/cccli/command/account.py b/cccli/command/account.py
index a02cd639f5a8041d8ae6a7ad348b43a2fe8bee51..92bb42514a0cc50de2d8659b7753cf1c675db4f7 100644
--- a/cccli/command/account.py
+++ b/cccli/command/account.py
@@ -8,7 +8,7 @@ CloudControl accounts related commands
 from cccli.exception import *
 from sjrpc.core.exceptions import *
 from cccli.printer import Printer, color
-from cccli.command.command import OptionCommand, TqlCommand
+from cccli.command.command import TqlCommand
 
 class Command_addaccount(TqlCommand):
     '''Create an account'''