Skip to content

Commit

Permalink
Re-added import that was removed when cleaning up flake8 problems. Cl…
Browse files Browse the repository at this point in the history
…oses bitcraze#267.
  • Loading branch information
krichardsson committed Oct 21, 2016
1 parent d9c28ce commit 7dd5106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cfclient/ui/dialogs/inputconfigdialogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
from PyQt4 import Qt
from PyQt4 import QtGui
from PyQt4 import uic
from PyQt4.Qt import * # noqa

__author__ = 'Bitcraze AB'
__all__ = ['InputConfigDialogue']
Expand Down

0 comments on commit 7dd5106

Please sign in to comment.