Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 47b3195

Browse files
committed
Fix import
1 parent fee40f8 commit 47b3195

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
# relative to the documentation root, use os.path.abspath to make it
1717
# absolute, like shown here.
1818
#
19-
import intake_cmip
19+
2020
import os
2121
import sys
2222

2323
sys.path.insert(0, os.path.abspath("../.."))
24-
24+
import intake_cmip
2525

2626
# -- General configuration ---------------------------------------------
2727

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
universal = 1
33

44
[flake8]
5-
exclude = docs,versioneer.py,intake_cmip/._version.py
6-
ignore = E203, E266, E501, W503, F401, E722
5+
exclude = docs/source,versioneer.py,intake_cmip/._version.py
6+
ignore = E203, E266, E501, W503, F401, E722, E402
77
max-line-length = 88
88
max-complexity = 18
99
select = B,C,E,F,W,T4,B9

0 commit comments

Comments
 (0)