Skip to content

Commit

Permalink
Missed import module throws unintended error (#2652)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2652

Reviewed By: algoriddle

Differential Revision: D42409264

Pulled By: mdouze

fbshipit-source-id: caf10d97a26a23aca240e67e38d449ca33c298c1
  • Loading branch information
pboueri authored and facebook-github-bot committed Jan 9, 2023
1 parent 75bd1fc commit 38bf321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faiss/python/array_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import numpy as np
import array
import warnings

from faiss.loader import *

Expand Down

0 comments on commit 38bf321

Please sign in to comment.