Skip to content

Commit 5ad4809

Browse files
committed
fix(sqlalchemy-bigquery): add missing import os in system conftest
1 parent 5469c1c commit 5ad4809

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/sqlalchemy-bigquery/tests/system/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1919

20+
import os
2021
import pathlib
2122
from typing import List
2223

0 commit comments

Comments
 (0)