chore: remove unused duplicate pyplot import

Cette révision appartient à :
Paul ALNET 2023-06-04 11:20:44 +02:00
Parent d03273baf1
révision 7dc2616096

Voir le fichier

@ -5,7 +5,6 @@ from statistics import mean, variance
from matplotlib import pyplot as plt
from pylab import *
import numpy as np
import matplotlib.pyplot as pt
def simulate_NFBP(N):