Skip to content

Commit 241a180

Browse files
committed
Fix ruff check error
1 parent c025206 commit 241a180

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test_compat.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
import os
33
import sys
44
import unittest
5-
6-
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
7-
85
import aurora_data_api
96
from base import CoreAuroraDataAPITest, PEP249ConformanceTestMixin
107

8+
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
9+
1110
logging.basicConfig(level=logging.INFO)
1211
logging.getLogger("aurora_data_api").setLevel(logging.DEBUG)
1312
logging.getLogger("urllib3.connectionpool").setLevel(logging.DEBUG)

0 commit comments

Comments
 (0)