repository/__init__.py Removed extra chars
These parenthesis are not needed.
This commit is contained in:
parent
28470ae655
commit
e496525b8b
@ -30,7 +30,7 @@ from offlineimap.repository.LocalStatus import LocalStatusRepository
|
|||||||
from offlineimap.error import OfflineImapError
|
from offlineimap.error import OfflineImapError
|
||||||
|
|
||||||
|
|
||||||
class Repository():
|
class Repository:
|
||||||
"""Abstract class that returns the correct Repository type
|
"""Abstract class that returns the correct Repository type
|
||||||
instance based on 'account' and 'reqtype', e.g. a
|
instance based on 'account' and 'reqtype', e.g. a
|
||||||
class:`ImapRepository` instance."""
|
class:`ImapRepository` instance."""
|
||||||
|
Loading…
Reference in New Issue
Block a user