This commit is contained in:
Pim Nelissen
2026-03-31 10:59:26 +02:00
parent 99028c916f
commit 3ec2a7601c

View File

@ -4,8 +4,6 @@ from matplotlib import pyplot as plt
from matplotlib.axes import Axes
from matplotlib.patches import Circle
from numpy import median
from pg_rad.landscape.landscape import Landscape
logger = logging.getLogger(__name__)