Skip to content

Commit ddcf2f1

Browse files
Gayathri Srividya RajavarapuGayathri Srividya Rajavarapu
authored andcommitted
fix: move imports to top for ruff lint compliance
1 parent 318c9d3 commit ddcf2f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/catalog/test_rest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3164,12 +3164,11 @@ def test_load_table_without_storage_credentials(
31643164
assert actual == expected
31653165

31663166

3167+
31673168
# Tests for issue #3422: REST catalog auth cannot be configured via environment
31683169
# variables unless auth JSON strings are decoded.
31693170

3170-
31713171
import json
3172-
31733172
import pytest
31743173

31753174

0 commit comments

Comments
 (0)