Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e580f5c

Browse files
committed
Forward port r62849.
1 parent 10956ea commit e580f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/fractions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import operator
99
import re
1010

11-
__all__ = ["Fraction"]
11+
__all__ = ['Fraction', 'gcd']
1212

1313

1414

0 commit comments

Comments
 (0)