Skip to content

Commit

Permalink
removed redundant 2nd copy of progress_bar
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmaxson committed Jan 16, 2020
1 parent d7bfc32 commit a3ceb29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion methylprep/processing/load_processed.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import pandas as pd
import logging
from .progress_bar import * # context tqdm
from ..utils.progress_bar import * # context tqdm

LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.INFO)
Expand Down
10 changes: 0 additions & 10 deletions methylprep/processing/progress_bar.py

This file was deleted.

0 comments on commit a3ceb29

Please sign in to comment.