Skip to content

Commit 7b4a29e

Browse files
committed
Remove unnecessary import.
1 parent 8a4b426 commit 7b4a29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/lib/score_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import pandas as pd
1010
from pandas.testing import assert_index_equal
11-
from sqlalchemy import and_, Integer, cast, func, or_, select
11+
from sqlalchemy import Integer, cast, func, or_, select
1212
from sqlalchemy.orm import Session, aliased, contains_eager, joinedload, selectinload
1313

1414
from mavedb.lib.exceptions import ValidationError

0 commit comments

Comments
 (0)