Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Nov 26, 2024
1 parent ac89877 commit 8134bb4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/system/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from typing import Optional, List

from typing import Optional
from sqlalchemy import (
text,
Table,
Expand All @@ -22,14 +22,12 @@
String,
Index,
MetaData,
Boolean, ARRAY,
Boolean,
)
from sqlalchemy.orm import DeclarativeBase, Mapped, mapped_column, Session
from sqlalchemy.testing import eq_
from sqlalchemy.testing.plugin.plugin_base import fixtures

from samples.conftest import connection


class TestBasics(fixtures.TablesTest):
@classmethod
Expand Down

0 comments on commit 8134bb4

Please sign in to comment.