Skip to content

Commit e86db86

Browse files
committed
Linting fix
1 parent c1816e9 commit e86db86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/routers/score_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ga4gh.va_spec.base.core import Statement, ExperimentalVariantFunctionalImpactStudyResult
1313
from sqlalchemy import null, or_, select
1414
from sqlalchemy.exc import MultipleResultsFound, NoResultFound
15-
from sqlalchemy.orm import contains_eager, joinedload, Session
15+
from sqlalchemy.orm import contains_eager, Session
1616

1717
from mavedb import deps
1818
from mavedb.lib.annotation.exceptions import MappingDataDoesntExistException

0 commit comments

Comments
 (0)