Skip to content

Commit

Permalink
fix: @effigies' review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jul 13, 2019
1 parent 7f2bbc7 commit 157b65b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion templateflow/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
__version__ = get_versions()['version']
del get_versions

__packagename__ = 'templateflow'
__copyright__ = 'Copyright 2019, Center for Reproducible Neuroscience, Stanford University'
__credits__ = ['Oscar Esteban', 'Chris Markiewicz', 'Rastko Ciric', 'Yaroslav O. Halchenko',
'Chris Gorgolewski', 'Russell Poldrack']
3 changes: 1 addition & 2 deletions templateflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
The Zone of Templates
=====================
"""
from .__about__ import __version__, __packagename__, __copyright__, __credits__
from .__about__ import __version__, __copyright__, __credits__

__all__ = [
'__version__',
'__packagename__',
'__copyright__',
'__credits__',
]
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
max-line-length = 99
doctests = False
exclude=*build/
putty-ignore =
*/__init__.py : +F401
docs/conf.py : +E265
/^\s*\.\. _.*?: http/ : +E501

[pytest]
norecursedirs = .git
Expand Down

0 comments on commit 157b65b

Please sign in to comment.