Skip to content

Commit

Permalink
Fixed import error in bcts transformation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smunthik committed Jan 21, 2025
1 parent 9f1e60f commit 0ed052f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
import pandas as pd

from bcts_performance_report_transformation import get_licence_issued_advertised_official_query
from licence_issued_advertised_official import get_licence_issued_advertised_official_query
from CurrentlyInMarket import get_currently_in_market

start = time.time()
Expand Down

0 comments on commit 0ed052f

Please sign in to comment.