Skip to content

Commit 39f88cc

Browse files
committed
flake
1 parent 5854213 commit 39f88cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timetagger/app/front.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@ def _draw_records(self, ctx, x1, x2, x3, y1, y2):
20092009

20102010
y0, y3 = y1 - 50, self._canvas.h
20112011
t1, t2 = self._canvas.range.get_range()
2012-
now = self._canvas.now()
2012+
# now = self._canvas.now()
20132013

20142014
# Get range, in seconds and pixels for the time range
20152015
npixels = y2 - y1 # number if logical pixels we can use

0 commit comments

Comments
 (0)