chore: remove unused duplicate pyplot import

Questo commit è contenuto in:
Paul ALNET 2023-06-04 11:20:44 +02:00
parent d03273baf1
commit 7dc2616096

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