Skip to content

Commit ec08dc1

Browse files
committed
address review: revert private method
1 parent a7aa921 commit ec08dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pydecimal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4134,7 +4134,7 @@ def add(self, a, b, /):
41344134
else:
41354135
return r
41364136

4137-
def _apply(self, a, /):
4137+
def _apply(self, a):
41384138
return str(a._fix(self))
41394139

41404140
def canonical(self, a, /):

0 commit comments

Comments
 (0)