Skip to content

Commit b95239b

Browse files
Some additional refractorings, removed unused vars in ovrlpy/_utils.py, resolved double localmax search.
1 parent 09b747d commit b95239b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ovrlpy/_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from concurrent.futures import ThreadPoolExecutor, as_completed
22

33
import matplotlib.patheffects as PathEffects
4-
5-
# create circular kernel:
6-
# draw outlines around artist:
74
import matplotlib.pyplot as plt
85
import numpy as np
96
import pandas as pd

0 commit comments

Comments
 (0)