mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 21:53:47 +08:00
Apply black styling to test_pairwise*.py
This commit is contained in:
@ -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__":
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user