chore: remove unused duplicate pyplot import
This commit is contained in:
parent
d03273baf1
commit
7dc2616096
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ from statistics import mean, variance
|
||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
from pylab import *
|
from pylab import *
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import matplotlib.pyplot as pt
|
|
||||||
|
|
||||||
|
|
||||||
def simulate_NFBP(N):
|
def simulate_NFBP(N):
|
||||||
|
|
Loading…
Reference in a new issue