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 660 if (data):
661 661 return data
662 662 return None
663   -
664   - def Get
665 663  
666 664 def GetImageType(self):
667 665 """
... ...