Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageM committed Feb 24, 2024
1 parent 0f1000a commit 6d50d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ninjabees/Hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def add_found_food_source(self, food_source, path_to_food):
if len(path_to_food) < len(self.found_food_sources[food_source]):
self.found_food_sources[food_source] = list(path_to_food)


def calculate_food_source_quality(self, food_source):
"""
Calculate the quality of a food source.
Expand Down

0 comments on commit 6d50d64

Please sign in to comment.