Skip to content

Commit

Permalink
Update imports in clean.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lazarus committed Dec 16, 2015
1 parent 9c32c6b commit a005cae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
import scipy.stats
import matplotlib.pyplot as plt

import config
import utils
import clean_utils
import errors
import cleaners
import colour
from coast_guard import config
from coast_guard import utils
from coast_guard import clean_utils
from coast_guard import errors
from coast_guard import cleaners
from coast_guard import colour

def dummy(ar):
"""A do-nothing dummy cleaning function.
Expand Down

0 comments on commit a005cae

Please sign in to comment.