Skip to content

Commit df6a06e

Browse files
committed
fix: Resolve E402 module level import not at top of file
1 parent ccfd774 commit df6a06e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/io/test_fsspec_profile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818

19+
1920
from unittest import mock
2021
import pytest
22+
import uuid
2123
from pyiceberg.io.fsspec import FsspecFileIO
2224
from pyiceberg.typedef import Properties
2325

@@ -27,7 +29,6 @@
2729
"client.region": "client.region",
2830
"client.session-token": "client.session-token",
2931
}
30-
import uuid
3132

3233
def test_fsspec_s3_session_properties_with_profile() -> None:
3334
session_properties: Properties = {

0 commit comments

Comments
 (0)