Skip to content

Commit

Permalink
Remove a couple leftover __docformat__s.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant committed Mar 11, 2014
1 parent 740ba51 commit c35f242
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion distarray/functions.py
Expand Up @@ -14,7 +14,6 @@
from distarray.client import DistArray


__docformat__ = "restructuredtext en"
__all__ = [] # unary_names and binary_names added to __all__ below.

# numpy unary operations to wrap
Expand Down
2 changes: 0 additions & 2 deletions distarray/plotting/plotting.py
Expand Up @@ -8,8 +8,6 @@
Plotting functions for distarrays.
"""

__docformat__ = "restructuredtext en"

from matplotlib import pyplot

from distarray.decorators import local
Expand Down

0 comments on commit c35f242

Please sign in to comment.