Skip to content

Commit cf72525

Browse files
committed
Revert "PEP8 Whitespace"
This reverts commit 9d0cdee.
1 parent 3f35e5c commit cf72525

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,7 +380,6 @@ def write_to(self, fileobj, byteswap):
380380
# next 16 byte border
381381
fileobj.write(b'\x00' * (extstart + rawsize - fileobj.tell()))
382382

383-
384383
class Nifti1DicomExtension(Nifti1Extension):
385384
"""Class for NIfTI1 DICOM header extension.
386385
@@ -411,6 +410,7 @@ def _check_encoding(self):
411410
_is_little_endian = self._guess_little_endian()
412411
return _is_implicit_VR,_is_little_endian
413412

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)