Remove redundant parenthesis
This commit is contained in:
@@ -9,7 +9,7 @@ class PreCheckException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PreCheckMessage():
|
||||
class PreCheckMessage:
|
||||
def __init__(self, msg):
|
||||
# wx may not be installed, in which case print to console. For all other prechecks, should pop up a MessageDialog
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user