Apply black styling to test_pairwise*.py

This commit is contained in:
jvfe
2020-07-23 20:18:18 -03:00
committed by Peter Cock
parent fcafc31b20
commit e90fedac81
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
@ -21,9 +20,7 @@ from Bio import pairwise2
if pairwise2.rint == pairwise2._python_rint:
from Bio import MissingExternalDependencyError
raise MissingExternalDependencyError(
"Missing or non-compiled file: 'cpairwise2'"
)
raise MissingExternalDependencyError("Missing or non-compiled file: 'cpairwise2'")
if __name__ == "__main__":

View File

@ -1,4 +1,3 @@
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.