Skip to content

Commit 0c287fe

Browse files
committed
Break long lines
1 parent 3853f9c commit 0c287fe

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

examples/7_extended_write_serial.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@
6060
# alternatively, a copy may be created and later re-assigned to
6161
# f.snapshots()[1]
6262
copy = f.snapshots()[1] # TODO .copy()
63-
copy.comment = "Modifications to copies will only take effect after you reassign the copy"
63+
copy.comment = (
64+
"Modifications to copies will only "
65+
"take effect after you reassign the copy"
66+
)
6467
f.snapshots()[1] = copy
6568
del copy
6669

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ def build_extension(self, ext):
190190
long_description=long_description,
191191
long_description_content_type="text/markdown",
192192
keywords=(
193-
"openPMD openscience hdf5 adios mpi hpc research file-format file-handling"
193+
"openPMD openscience hdf5 adios mpi hpc "
194+
"research file-format file-handling"
194195
),
195196
url="https://www.openPMD.org",
196197
project_urls={

0 commit comments

Comments
 (0)