diff --git a/pylot/core/pick/picks.py b/pylot/core/pick/picks.py deleted file mode 100644 index 8a303432..00000000 --- a/pylot/core/pick/picks.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -""" -Created on Thu Oct 2 18:40:55 2014 - -@author: sebastianw -""" - -from obspy.core.event import Pick - - -class ReferencePick(Pick): - - def __init__(self): - Pick.__init__() - - -class ConventionalPick(Pick): - - def __init__(self): - Pick.__init__() - - -class AutomaticPick(Pick): - - def __init__(self): - Pick.__init__() \ No newline at end of file