Skip to content

Commit

Permalink
chore: fix linting problems
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 6, 2024
1 parent 61930b3 commit 17f8889
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_suite_13.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from google.cloud.spanner_v1 import RequestOptions, Client

import sqlalchemy
from sqlalchemy import create_engine, literal, FLOAT
from sqlalchemy import create_engine
from sqlalchemy import inspect
from sqlalchemy import testing
from sqlalchemy import ForeignKey
Expand All @@ -52,7 +52,6 @@
from sqlalchemy import Float
from sqlalchemy import LargeBinary
from sqlalchemy import String
from sqlalchemy.sql.expression import cast
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relation
from sqlalchemy.orm import Session
Expand Down

0 comments on commit 17f8889

Please sign in to comment.