Commit ef8fe454a77726d602006fa3282dbdc57fd05a24

Authored by Paulo Henrique Junqueira Amorim
1 parent 9c1b7383

FIX: SyntaxError: invalid syntax

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
invesalius/reader/dicom.py
@@ -660,8 +660,6 @@ class Parser(): @@ -660,8 +660,6 @@ class Parser():
660 if (data): 660 if (data):
661 return data 661 return data
662 return None 662 return None
663 -  
664 - def Get  
665 663
666 def GetImageType(self): 664 def GetImageType(self):
667 """ 665 """