Skip to content

Commit 4e71e7b

Browse files
matthew-brettmgxd
andauthored
Update nibabel/nicom/ascconv.py
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent ee2a293 commit 4e71e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nicom/ascconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class AscconvParseError(Exception):
1717
""" Error parsing ascconv file """
1818

1919

20-
class Atom(object):
20+
class Atom:
2121
""" Object to hold operation, object type and object identifier
2222
2323
An atom represents an element in an expression. For example::

0 commit comments

Comments
 (0)