Skip to content

Commit e74058f

Browse files
committed
Reformat with black
Reformats with the latest version of black that changes a few things Signed-off-by: Joshua Watt <[email protected]>
1 parent 2bbda32 commit e74058f

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

tests/oldcodebase/BmapCopy1_0.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable-all
22

3-
""" This module implements copying of images with bmap and provides the
3+
"""This module implements copying of images with bmap and provides the
44
following API.
55
1. BmapCopy class - implements copying to any kind of file, be that a block
66
device or a regular file.
@@ -30,7 +30,7 @@
3030
stick (namely, you copy only mapped blocks). This is a lot faster than copying
3131
all 4GiB of data. We say that it is a bit more than 100MiB because things like
3232
file-system meta-data (inode tables, superblocks, etc), partition table, etc
33-
also contribute to the mapped blocks and are also copied. """
33+
also contribute to the mapped blocks and are also copied."""
3434

3535
# Disable the following pylint recommendations:
3636
# * Too many instance attributes (R0902)

tests/oldcodebase/BmapCopy2_0.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable-all
22

3-
""" This module implements copying of images with bmap and provides the
3+
"""This module implements copying of images with bmap and provides the
44
following API.
55
1. BmapCopy class - implements copying to any kind of file, be that a block
66
device or a regular file.
@@ -30,7 +30,7 @@
3030
stick (namely, you copy only mapped blocks). This is a lot faster than copying
3131
all 4GiB of data. We say that it is a bit more than 100MiB because things like
3232
file-system meta-data (inode tables, superblocks, etc), partition table, etc
33-
also contribute to the mapped blocks and are also copied. """
33+
also contribute to the mapped blocks and are also copied."""
3434

3535
# Disable the following pylint recommendations:
3636
# * Too many instance attributes (R0902)

tests/oldcodebase/BmapCopy2_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable-all
22

3-
""" This module implements copying of images with bmap and provides the
3+
"""This module implements copying of images with bmap and provides the
44
following API.
55
1. BmapCopy class - implements copying to any kind of file, be that a block
66
device or a regular file.
@@ -30,7 +30,7 @@
3030
stick (namely, you copy only mapped blocks). This is a lot faster than copying
3131
all 4GiB of data. We say that it is a bit more than 100MiB because things like
3232
file-system meta-data (inode tables, superblocks, etc), partition table, etc
33-
also contribute to the mapped blocks and are also copied. """
33+
also contribute to the mapped blocks and are also copied."""
3434

3535
# Disable the following pylint recommendations:
3636
# * Too many instance attributes (R0902)

tests/oldcodebase/BmapCopy2_2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable-all
22

3-
""" This module implements copying of images with bmap and provides the
3+
"""This module implements copying of images with bmap and provides the
44
following API.
55
1. BmapCopy class - implements copying to any kind of file, be that a block
66
device or a regular file.
@@ -30,7 +30,7 @@
3030
stick (namely, you copy only mapped blocks). This is a lot faster than copying
3131
all 4GiB of data. We say that it is a bit more than 100MiB because things like
3232
file-system meta-data (inode tables, superblocks, etc), partition table, etc
33-
also contribute to the mapped blocks and are also copied. """
33+
also contribute to the mapped blocks and are also copied."""
3434

3535
# Disable the following pylint recommendations:
3636
# * Too many instance attributes (R0902)

tests/oldcodebase/BmapCopy2_3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable-all
22

3-
""" This module implements copying of images with bmap and provides the
3+
"""This module implements copying of images with bmap and provides the
44
following API.
55
1. BmapCopy class - implements copying to any kind of file, be that a block
66
device or a regular file.
@@ -30,7 +30,7 @@
3030
stick (namely, you copy only mapped blocks). This is a lot faster than copying
3131
all 4GiB of data. We say that it is a bit more than 100MiB because things like
3232
file-system meta-data (inode tables, superblocks, etc), partition table, etc
33-
also contribute to the mapped blocks and are also copied. """
33+
also contribute to the mapped blocks and are also copied."""
3434

3535
# Disable the following pylint recommendations:
3636
# * Too many instance attributes (R0902)

tests/oldcodebase/BmapCopy2_4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable-all
22

3-
""" This module implements copying of images with bmap and provides the
3+
"""This module implements copying of images with bmap and provides the
44
following API.
55
1. BmapCopy class - implements copying to any kind of file, be that a block
66
device or a regular file.
@@ -30,7 +30,7 @@
3030
stick (namely, you copy only mapped blocks). This is a lot faster than copying
3131
all 4GiB of data. We say that it is a bit more than 100MiB because things like
3232
file-system meta-data (inode tables, superblocks, etc), partition table, etc
33-
also contribute to the mapped blocks and are also copied. """
33+
also contribute to the mapped blocks and are also copied."""
3434

3535
# Disable the following pylint recommendations:
3636
# * Too many instance attributes (R0902)

0 commit comments

Comments
 (0)