Skip to content

Commit def0a64

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bdc24d1 commit def0a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pushsource/_impl/compat_attr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Wrappers for attr module to deal with some incompatibilities between versions
55

66

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

99

1010
def s():

0 commit comments

Comments
 (0)