Skip to content

Commit ff7bfce

Browse files
committed
Old black
1 parent 3d011ea commit ff7bfce

File tree

1 file changed

+4
-2
lines changed
  • checkbox-ng/plainbox/impl/secure/providers

1 file changed

+4
-2
lines changed

checkbox-ng/plainbox/impl/secure/providers/test_v1.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,13 +1043,15 @@ def test_custom_frontend_root_value_error(self):
10431043
self.provider.custom_frontend_root()
10441044

10451045
def test__parse_extra_environment_file(self):
1046-
extra_envvar_file = dedent("""# some comment
1046+
extra_envvar_file = dedent(
1047+
"""# some comment
10471048
LD_LIBRARY_PATH+=some_path
10481049
# can also be indented
10491050
LD_LIBRARY_PATH += /some other path starts slash
10501051
PATH+=extra/path/location
10511052
malformed lines are ignored
1052-
""")
1053+
"""
1054+
)
10531055

10541056
class PathMock(Path):
10551057
def read_text(self, *args, **kwargs):

0 commit comments

Comments
 (0)