From 75066fa61ab71e4ab8df055833149f4e40c33d57 Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Tue, 12 Sep 2023 12:57:28 +0200
Subject: [PATCH] Plot: Fix missin import.

---
 src/View/Plot/APlot.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/View/Plot/APlot.py b/src/View/Plot/APlot.py
index cd9988cf..a863f1e6 100644
--- a/src/View/Plot/APlot.py
+++ b/src/View/Plot/APlot.py
@@ -16,6 +16,8 @@
 
 # -*- coding: utf-8 -*-
 
+from Model.Except import NotImplementedMethodeError
+
 class APlot(object):
     def __init__(self, canvas=None, data=None, toolbar=None):
         super(APlot, self).__init__()
-- 
GitLab