Skip to content

Commit a157093

Browse files
committed
Drop the order_by get_repositories to be consistent with MM1
1 parent 3ce642e commit a157093

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mirrormanager2/lib/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,6 @@ def get_repositories(session):
546546
'''
547547
query = session.query(
548548
model.Repository
549-
).order_by(
550-
model.Repository.id
551549
)
552550

553551
return query.all()

0 commit comments

Comments
 (0)