Skip to content

Commit

Permalink
Remove python 2 remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 18, 2019
1 parent d3b74e5 commit 2a5186e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/lsst/shapelet/generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from builtins import range, object
from .constants import HERMITE, LAGUERRE, computeSize

__all__ = ['IndexGenerator', 'HermiteIndexGenerator', 'LaguerreIndexGenerator']
Expand Down
2 changes: 0 additions & 2 deletions tests/data/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
of the LSST stack. But it's still better to save the script as
well, even if it can't usually be run.
"""
from builtins import zip

import galsim
import lsst.shapelet.tractor

Expand Down

0 comments on commit 2a5186e

Please sign in to comment.