Skip to content

Commit

Permalink
add nit-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Nov 6, 2017
1 parent d102b69 commit 04b7fda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions data/band_structure.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from aiida import load_dbenv, is_dbenv_loaded
if not is_dbenv_loaded():
load_dbenv()

from aiida.orm import Data

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
'Miscellaneous'),
]


nitpicky = True
# Warnings to ignore when using the -n (nitpicky) option
# We should ignore any python built-in exception, for instance
nitpick_ignore = [
Expand Down

0 comments on commit 04b7fda

Please sign in to comment.