--- a/eric6/HexEdit/HexEditChunks.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/HexEdit/HexEditChunks.py Fri Apr 09 18:38:01 2021 +0200 @@ -12,7 +12,7 @@ from PyQt5.QtCore import QBuffer, QIODevice, QByteArray -class HexEditChunk(object): +class HexEditChunk: """ Class implementing a container for the data chunks. """ @@ -25,7 +25,7 @@ self.absPos = 0 -class HexEditChunks(object): +class HexEditChunks: """ Class implementing the storage backend for the hex editor.