Skip to content

Commit

Permalink
fix import in airpg_retrieve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TilMeh committed Nov 16, 2020
1 parent 9b218d4 commit 1512ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airpg/scripts/airpg_retrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
import argparse
import coloredlogs, logging
#import pandas as pd
from airpg import entrez_interaction
from airpg import table_io
from airpg.airpg import entrez_interaction
from airpg.airpg import table_io
from datetime import datetime

###############
Expand Down

0 comments on commit 1512ecc

Please sign in to comment.