Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
test: use correct packaging.version import (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored May 10, 2021
1 parent fdd5fe3 commit abe966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ibis.expr.datatypes as dt
import ibis.expr.types as ir
import numpy as np
import packaging
import packaging.version
import pandas as pd
import pandas.testing as tm
import pytest
Expand Down

0 comments on commit abe966b

Please sign in to comment.