Skip to content

Commit 8b039ff

Browse files
authored
black formatting
1 parent f279132 commit 8b039ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ def __read_nsx_dataheader(self, nsx_nb, offset):
956956

957957
major_version = self.__nsx_basic_header[nsx_nb]["ver_major"]
958958
ts_size = "uint64" if major_version >= 3 else "uint32"
959-
959+
960960
# dtypes data header, the header flag is always set to 1
961961
dt2 = [("header_flag", "uint8"), ("timestamp", ts_size), ("nb_data_points", "uint32")]
962962

0 commit comments

Comments
 (0)