Commit 680be8e51b468c90ab6d7e93efaa1c30b141982e

Authored by tfmoraes
1 parent 344fedf2

STYLE: 2 blank lines between classes

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/reader/dicom.py
... ... @@ -1899,6 +1899,7 @@ class Acquisition(object):
1899 1899 self.serie_number = parser.GetSerieNumber()
1900 1900 self.sop_class_uid = parser.GetSOPClassUID()
1901 1901  
  1902 +
1902 1903 class Image(object):
1903 1904  
1904 1905 def __init__(self):
... ...