chore: remove unused duplicate pyplot import

This commit is contained in:
Paul ALNET 2023-06-04 11:20:44 +02:00
parent d03273baf1
commit 7dc2616096

View file

@ -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):