Skip to content

Commit

Permalink
removed unwanted pkg import
Browse files Browse the repository at this point in the history
  • Loading branch information
rajagurunath committed Sep 28, 2021
1 parent 4212789 commit c7d004c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_core.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
import glob
import os
import zipfile
from io import BytesIO

import pytest
from dask.utils import homogeneous_deepmap

import dask_deltatable as ddt

requests = pytest.importorskip("requests")


@pytest.fixture()
def simple_table(tmpdir):
Expand Down

0 comments on commit c7d004c

Please sign in to comment.