Skip to content

Commit 61891a7

Browse files
committed
fix: to be compliant with pre-commit hooks
1 parent c89fbe2 commit 61891a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Core/Security/DiracX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
PEM_BEGIN = "-----BEGIN DIRACX-----"
4242
PEM_END = "-----END DIRACX-----"
43-
RE_DIRACX_PEM = re.compile(rf"{PEM_BEGIN}\n(.*?)\n{PEM_END}",re.DOTALL)
43+
RE_DIRACX_PEM = re.compile(rf"{PEM_BEGIN}\n(.*?)\n{PEM_END}", re.DOTALL)
4444

4545

4646
@convertToReturnValue

0 commit comments

Comments
 (0)