Skip to content

Commit

Permalink
refactor: remove unused variables in Timeline class
Browse files Browse the repository at this point in the history
  • Loading branch information
csgoh committed Jan 20, 2025
1 parent ba9463f commit 614f78e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/roadmapper/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def set_draw_position(self, painter: Painter) -> None:

### Calculate timelineitemgroup positions
year_groups = {}
previous_start = None
previous_end = None

for index in range(self.number_of_items):
index_year = self.__get_timeline_item_value(index)[:4]
Expand Down

0 comments on commit 614f78e

Please sign in to comment.