Skip to content

Commit

Permalink
lib validation corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailin Huang committed Aug 13, 2020
1 parent 58a675f commit 7558f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/FR_R.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pandas as pd
import requests

from lib.validation import validate, validate_production_diffs
from .lib.validation import validate, validate_production_diffs

# setting env variable
os.environ['RESEAUX_ENERGIES_TOKEN']='8286b3219dbedb0c74bbab52ef6a268fcaf79423f7b2deb727a6e803'
Expand Down

0 comments on commit 7558f23

Please sign in to comment.