Conform to changes in Flake8 v3.6 code style

This commit is contained in:
Justin Mayer 2018-10-25 09:36:26 +02:00
commit b27153fe9b

View file

@ -185,7 +185,7 @@ def ask(question, answer=str_compat, default=None, length=None):
print('You must enter an integer')
return r
else:
raise NotImplemented(
raise NotImplementedError(
'Argument `answer` must be str_compat, bool, or integer')