1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00

[Issue #320] minor cleanup in "incr_restore" module

This commit is contained in:
Grigory Smolkin 2021-02-08 22:29:21 +03:00
parent 7ecb56e743
commit def4cb4ae2

View File

@ -10,7 +10,6 @@ import hashlib
import shutil
import json
from testgres import QueryException
from distutils.dir_util import copy_tree
module_name = 'incr_restore'
@ -2452,4 +2451,3 @@ class IncrRestoreTest(ProbackupTest, unittest.TestCase):
self.del_test_dir(module_name, fname)
# check that MinRecPoint and BackupStartLsn are correctly used in case of --incrementa-lsn
# incremental restore + partial restore.