Skip to content

Commit

Permalink
MAINT: use attrs instead of attr
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 6, 2024
1 parent 6333441 commit 33e9009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrules/particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
if TYPE_CHECKING:
from collections.abc import Iterable, Iterator

from attr import Attribute
from attrs import Attribute
from IPython.lib.pretty import PrettyPrinter
from particle import Particle as PdgDatabase
from particle.particle import enums
Expand Down

0 comments on commit 33e9009

Please sign in to comment.