From 6b8ea4f2b07781f2f45c7c161cdb067151c7a589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Pigeon?= Date: Wed, 15 Oct 2014 15:51:34 +0200 Subject: [PATCH] [FLAKE8] fix flake 8 issue --- help_online/models/export_help_wizard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/help_online/models/export_help_wizard.py b/help_online/models/export_help_wizard.py index ea0d65cd..53883aee 100644 --- a/help_online/models/export_help_wizard.py +++ b/help_online/models/export_help_wizard.py @@ -273,4 +273,3 @@ class ExportHelpWizard(models.TransientModel): _logger.warning(_('Unable to write autobackup file ' 'in given directory: %s' % autobackup_path)) -