Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger committed Dec 30, 2016
2 parents 3d8fcfe + 381dc6c commit fd5fe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/enum.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from types import MappingProxyType, DynamicClassAttribute
from functools import reduce
from operator import or_ as _or_, and_ as _and_, xor, neg
from operator import or_ as _or_

# try _collections first to reduce startup cost
try:
Expand Down

0 comments on commit fd5fe14

Please sign in to comment.