Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinmp committed Jun 15, 2022
1 parent 0d59233 commit e9f6b25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data_updates/Python/oecd_data.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@

import datetime
import os
import glob
import numpy
from numpy import NaN
import pandas as pd
from ..utils import push_folder_to_github
from data_updates.utils import push_folder_to_github


current_date = datetime.datetime.now()
Expand Down

0 comments on commit e9f6b25

Please sign in to comment.