Skip to content

Commit da2c1c1

Browse files
committed
Resolve merge conflict in app.py
1 parent 54a4d96 commit da2c1c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eu_fact_force/dash-app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pages import graph, ingest, readme, pgp
1414
from utils.colors import EUPHAColors
1515
from utils.graph import BackendGraph, format_node_metadata
16-
#from utils.parsing import extract_pdf_metadata
16+
from utils.parsing import extract_pdf_metadata
1717

1818
plotly_template = Path(__file__).parent / "assets/template.json"
1919
with plotly_template.open() as f:

0 commit comments

Comments
 (0)