folder/LocalStatusSQLite.py Removed extra chars
This patch removes the (). Are not needed.
This commit is contained in:
parent
5005de021d
commit
6059cf13ba
@ -25,7 +25,7 @@ import six
|
||||
from .Base import BaseFolder
|
||||
|
||||
|
||||
class DatabaseFileLock():
|
||||
class DatabaseFileLock:
|
||||
"""Lock at database file level."""
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user