eric6/HexEdit/HexEditChunks.py

changeset 8207
d359172d11be
parent 8143
2c730d5fd177
child 8259
2bbec88047dd
--- 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.
     

eric ide

mercurial