Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 14, 2023
1 parent bdc24d1 commit def0a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pushsource/_impl/compat_attr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Wrappers for attr module to deal with some incompatibilities between versions


ATTR_VERSION = tuple(int(x) for x in (version('attrs')).split(".")[0:2])
ATTR_VERSION = tuple(int(x) for x in (version("attrs")).split(".")[0:2])


def s():
Expand Down

0 comments on commit def0a64

Please sign in to comment.