Skip to content

Commit ae0f403

Browse files
committed
- changes from running isort via pre-commit
1 parent 94fd4cb commit ae0f403

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

benchmarks/micro.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from zope.interface.interface import InterfaceClass
77
from zope.interface.registry import Components
88

9+
910
# Long, mostly similar names are a worst case for equality
1011
# comparisons.
1112
ifaces = [

docs/conf.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
# Note that not all possible configuration values are present in this
99
# autogenerated file.
1010
#
11-
import sys, os
11+
import os
12+
import sys
13+
14+
import pkg_resources
15+
16+
1217
# All configuration values have a default; values that are commented out
1318
# serve to show the default.
1419

15-
import sys
16-
import os
17-
import pkg_resources
1820
sys.path.append(os.path.abspath('../src'))
1921
rqmt = pkg_resources.require('zope.interface')[0]
2022
# Import and document the pure-python versions of things; they tend to have better

0 commit comments

Comments
 (0)