4823: More fixes and cleanups.
[arvados.git] / sdk / python / tests / test_arvfile.py
index f50c44631341401df74dd5fc3d50f2fba3f0d5af..825465cb4aae15e05876217c9fcbb74db3dce0c4 100644 (file)
@@ -405,9 +405,6 @@ class ArvadosFileReaderTestCase(StreamFileReaderTestCase):
         def _my_block_manager(self):
             return ArvadosFileReaderTestCase.MockParent.MockBlockMgr(self.blocks, self.nocache)
 
-        def sync_mode(self):
-            return SYNC_READONLY
-
 
     def make_count_reader(self, nocache=False):
         stream = []