Skip to content

Commit

Permalink
remove pandas import which is no longer needed, statsmodels accepts a…
Browse files Browse the repository at this point in the history
…rrays as data
  • Loading branch information
natashawatkins committed May 12, 2017
1 parent fedc715 commit e26d6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantecon/estspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from __future__ import division, print_function
import numpy as np
from numpy.fft import fft
from pandas import DataFrame
import statsmodels.api as sm


Expand Down

0 comments on commit e26d6a1

Please # to comment.