Skip to content

Commit

Permalink
Merge pull request #456 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
STY: code style changes
  • Loading branch information
GavinHuttley committed Dec 17, 2019
2 parents 94cf953 + bbb6ba7 commit 8cb2576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogent3/align/dp_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def calc(self, edge):
return edge.get_forward_score(use_cost_function=False)


class _GetAlign():
class _GetAlign:
def __init__(self, edge, length1, length2):
try:
ratio = length1 / (length1 + length2)
Expand Down

0 comments on commit 8cb2576

Please sign in to comment.