Skip to content

Commit

Permalink
Remove remaining __future__.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 2, 2018
1 parent a97855e commit 1a92be4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.cache
.coverage
.pytest_cache
.sconsign.dblite
.sconf_temp
config.log
Expand All @@ -15,5 +16,6 @@ doc/xml
doc/*.tag
doc/*.inc
doc/doxygen.conf
pytest_session.txt
tests/.tests
version.py
1 change: 0 additions & 1 deletion python/lsst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# see <https://www.lsstcorp.org/LegalNotices/>.
#

from __future__ import absolute_import, division, print_function
import pkgutil, lsstimport
__path__ = pkgutil.extend_path(__path__, __name__)

1 change: 0 additions & 1 deletion python/lsst/ap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# see <https://www.lsstcorp.org/LegalNotices/>.
#

from __future__ import absolute_import, division, print_function
import pkgutil, lsstimport
__path__ = pkgutil.extend_path(__path__, __name__)

2 changes: 0 additions & 2 deletions python/lsst/ap/association/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from __future__ import absolute_import, division, print_function

from .version import *
from .association import *
from .assoc_db_sqlite import *
Expand Down

0 comments on commit 1a92be4

Please sign in to comment.