Skip to content

Commit

Permalink
Merge pull request #138 from alurban/unused-imports
Browse files Browse the repository at this point in the history
Remove unused imports from gwdetchar-omega
  • Loading branch information
Alex L. Urban committed Sep 25, 2018
2 parents 79d2657 + 80385ce commit 80fab6d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/gwdetchar-omega
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@
from __future__ import division

import os
import re
import sys
import ast
import warnings

from six.moves import StringIO

import numpy
from numpy import fft as npfft
from scipy.signal import butter

from matplotlib import (use, rcParams)
Expand Down

0 comments on commit 80fab6d

Please sign in to comment.