Skip to content

Commit 9d0cdee

Browse files
committed
PEP8 Whitespace
1 parent bf75e49 commit 9d0cdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nifti1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ def write_to(self, fileobj, byteswap):
380380
# next 16 byte border
381381
fileobj.write(b'\x00' * (extstart + rawsize - fileobj.tell()))
382382

383+
383384
class Nifti1DicomExtension(Nifti1Extension):
384385
"""Class for NIfTI1 DICOM header extension.
385386
@@ -410,7 +411,6 @@ def _check_encoding(self):
410411
_is_little_endian = self._guess_little_endian()
411412
return _is_implicit_VR,_is_little_endian
412413

413-
414414
def _check_meta(self):
415415
"""Check the DICOM Transfer Syntax and set encoding appropriately.
416416
Extracted from dicom.filereader.read_partial, see there for detail"""

0 commit comments

Comments
 (0)