Skip to content

Commit

Permalink
formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickOHara committed Oct 14, 2021
1 parent 221d7b5 commit 55098f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black>=20.8b1
black>=21.9b0
markdown-include>=0.6.0
mkdocs>=1.1.2
mkdocstrings>=0.13.6
Expand Down
2 changes: 1 addition & 1 deletion tspwplib/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def get_root_vertex(self) -> Vertex:
raise ValueError("The list of depots is empty") from key_error

def get_total_prize(self) -> Union[int, float]:
""""Get the total prize (demand) of all vertices"""
""" "Get the total prize (demand) of all vertices"""
if self.demands:
return sum(self.demands.values())
return 0
Expand Down

0 comments on commit 55098f1

Please sign in to comment.