We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfd774 commit df6a06eCopy full SHA for df6a06e
1 file changed
tests/io/test_fsspec_profile.py
@@ -16,8 +16,10 @@
16
# specific language governing permissions and limitations
17
# under the License.
18
19
+
20
from unittest import mock
21
import pytest
22
+import uuid
23
from pyiceberg.io.fsspec import FsspecFileIO
24
from pyiceberg.typedef import Properties
25
@@ -27,7 +29,6 @@
27
29
"client.region": "client.region",
28
30
"client.session-token": "client.session-token",
31
}
-import uuid
32
33
def test_fsspec_s3_session_properties_with_profile() -> None:
34
session_properties: Properties = {
0 commit comments