Skip to content

Commit 5730bb5

Browse files
author
Vladimir
committed
[IMP] Have fixed all the tests
1 parent 5f9e4b3 commit 5730bb5

File tree

1 file changed

+1
-1
lines changed
  • odoo_backup_db_cli/protocols

1 file changed

+1
-1
lines changed

odoo_backup_db_cli/protocols/ftp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from odoo_backup_db_cli.utils import CodeError
1111

1212

13-
class FtpBackupHandler(RemoteBackupHandler, FSBackupHandler):
13+
class FtpBackupHandler(RemoteBackupHandler, FSBackupHandler): # noqa: WPS214
1414
"""FTP Backup Handler."""
1515

1616
def __init__(self, *args, **kwargs): # noqa: D107

0 commit comments

Comments
 (0)