Skip to content

Commit c7c8442

Browse files
author
Yan Xu
committed
Fix lint error
1 parent 1a07980 commit c7c8442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmdc_server/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing import Any, Dict, Iterator, List, Optional, Tuple, Union
1111

1212
from pydantic import BaseModel, ConfigDict, Field, PositiveInt
13-
from sqlalchemy import ARRAY, Column, and_, cast, desc, func, inspect, or_
13+
from sqlalchemy import ARRAY, Column, and_, cast, func, inspect, or_
1414
from sqlalchemy.orm import Query, Session, aliased, selectinload, with_expression
1515
from sqlalchemy.orm.util import AliasedClass
1616
from sqlalchemy.sql.expression import ClauseElement, intersect, union

0 commit comments

Comments
 (0)