Skip to content

Commit

Permalink
move import
Browse files Browse the repository at this point in the history
  • Loading branch information
devowit committed May 11, 2021
1 parent c6a796f commit eca4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/t2wml_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import json
import numpy as np
import pandas as pd
from t2wml.mapping.canonical_spreadsheet import get_cells_and_columns
from t2wml.api import (WikifierService, t2wml_settings, KnowledgeGraph, YamlMapper, AnnotationMapper,
kgtk_to_dict, dict_to_kgtk)
from t2wml.mapping.kgtk import get_all_variables
Expand Down Expand Up @@ -350,7 +351,6 @@ def update_entities(project, entity_file, updated_entries):


def get_partial_csv(calc_params):
from t2wml.mapping.canonical_spreadsheet import get_cells_and_columns
wikifier=calc_params.wikifier
annotation= calc_params.annotation_path
cell_mapper = PartialAnnotationMapper(calc_params.annotation_path)
Expand Down

0 comments on commit eca4d16

Please sign in to comment.