mbnames.py removed extra parenthesys

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

View File

@ -120,7 +120,7 @@ class _IntermediateMbnames():
json.dump(itemlist, intermediateFD)
class _Mbnames():
class _Mbnames:
def __init__(self, config, ui, dry_run):
self._config = config