Skip to content

Commit

Permalink
Revert "Make isort fail"
Browse files Browse the repository at this point in the history
This reverts commit dfbe028.
  • Loading branch information
snejus committed May 4, 2024
1 parent 0df56a3 commit 8e5c3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beets/dbcore/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import re
import unicodedata
from abc import ABC, abstractmethod
from functools import reduce
from datetime import datetime, timedelta
from functools import reduce
from operator import mul
from typing import (
TYPE_CHECKING,
Expand Down

0 comments on commit 8e5c3b1

Please sign in to comment.