Skip to content

Commit 1130a81

Browse files
chore: fix import order
1 parent da5bf82 commit 1130a81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdks/python/apache_beam/ml/rag/ingestion/qdrant_it_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import pytest
1817
import unittest
1918

19+
import pytest
20+
2021
import apache_beam as beam
2122
from apache_beam.ml.rag.ingestion.qdrant import QdrantConnectionParameters
2223
from apache_beam.ml.rag.ingestion.qdrant import QdrantWriteConfig

0 commit comments

Comments
 (0)