Skip to content

Commit b09a7c9

Browse files
author
Vladimir
committed
[IMP] Fixed tests
1 parent 65e00b0 commit b09a7c9

File tree

1 file changed

+0
-1
lines changed
  • odoo_backup_db_cli/protocols

1 file changed

+0
-1
lines changed

odoo_backup_db_cli/protocols/ftp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def __init__(self, *args, **kwargs):
1717
super(FtpBackupHandler, self).__init__(*args, **kwargs)
1818
self.ftp = ftplib.FTP() # noqa: S321
1919

20-
2120
def _get_required_settings(self):
2221
res = super()._get_required_settings()
2322
res.append(

0 commit comments

Comments
 (0)