Skip to content

Commit

Permalink
remove unused math.log import in scal3/event_search_tree.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jun 27, 2024
1 parent 0a8d36a commit a495e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scal3/event_search_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
log = logger.get()

import sys
from math import log

from scal3.time_utils import *
from scal3.bin_heap import MaxHeap
Expand Down

0 comments on commit a495e55

Please sign in to comment.