We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6207351 commit 9ae4398Copy full SHA for 9ae4398
src/admin.py
@@ -33,8 +33,6 @@
33
from model import ConsolidatedMetaKGDoc, MetaKGDoc
34
from utils import indices
35
36
-logging.basicConfig(level="INFO")
37
-
38
39
def _default_filename():
40
return "smartapi_" + datetime.today().strftime("%Y%m%d") + ".json"
src/utils/metakg/path_finder.py
@@ -1,12 +1,8 @@
1
-import logging
2
3
import networkx as nx
4
5
from controller.metakg import MetaKG
6
from model import ConsolidatedMetaKGDoc
7
8
9
10
class MetaKGPathFinder:
11
def __init__(self, query_data=None, expanded_fields=None):
12
"""
0 commit comments