mbnames.py removed extra parenthesys
These characters could be removed.
This commit is contained in:
parent
36ab6066e8
commit
239b921056
@ -120,7 +120,7 @@ class _IntermediateMbnames():
|
|||||||
json.dump(itemlist, intermediateFD)
|
json.dump(itemlist, intermediateFD)
|
||||||
|
|
||||||
|
|
||||||
class _Mbnames():
|
class _Mbnames:
|
||||||
def __init__(self, config, ui, dry_run):
|
def __init__(self, config, ui, dry_run):
|
||||||
|
|
||||||
self._config = config
|
self._config = config
|
||||||
|
Loading…
Reference in New Issue
Block a user