From 1e7701f033f9722b502bbdc978bf8a4fded903a1 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Sun, 13 Dec 2020 01:05:59 +0100 Subject: [PATCH] backup: fix flake8 nits --- backup/test_backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/test_backup.py b/backup/test_backup.py index caca167..c200525 100644 --- a/backup/test_backup.py +++ b/backup/test_backup.py @@ -242,6 +242,7 @@ def test_rewrite(): for i, o in tests: assert(b._rewrite_stmt(i) == o) + def test_restore_pre_4090(directory): """The prev-4090-backup.dbak contains faulty expansions, fix em. """