localeval.py removed extra parenthesys

These characters could be removed.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 18:51:50 +02:00
parent 64cb6c45ec
commit 36ab6066e8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
import imp
class LocalEval():
class LocalEval:
"""Here is a powerfull but very dangerous option, of course."""
def __init__(self, path=None):