Skip to content

Commit 45846bd

Browse files
committed
Add object to DKTprotocol(object):
1 parent 332ae39 commit 45846bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindboggle/io/labels.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3856,7 +3856,7 @@ def return_numbers_names_colors():
38563856
#=============================================================================
38573857
# DKT protocol
38583858
#=============================================================================
3859-
class DKTprotocol():
3859+
class DKTprotocol(object):
38603860
"""Variables related to the Desikan-Killiany-Tourville labeling protocol.
38613861
38623862
For more information about the Desikan-Killiany-Tourville (DKT) human brain

0 commit comments

Comments
 (0)