Skip to content

Commit 9b3e6e4

Browse files
Removed unused imports from matching_model.
1 parent 3a2edba commit 9b3e6e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/neer_match/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Neural-symbolic Entity Reasoning and Matching.
44
"""
55

6-
__version__ = '0.7.36'
6+
__version__ = '0.7.37'

src/neer_match/matching_model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
import pandas as pd
1414
import tensorflow as tf
1515
import typing
16-
import pickle
17-
from pathlib import Path
1816

1917

2018
def _suggest(

0 commit comments

Comments
 (0)